diff options
Diffstat (limited to 'hosts/thinkpad/default.nix')
-rw-r--r-- | hosts/thinkpad/default.nix | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 31b1e6f..3d537c7 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -18,26 +18,26 @@ # modules apps = { - astal = true; - hyprlock = true; - kitty = true; + astal.enable = true; + hyprlock.enable = true; + kitty.enable = true; }; browsers = { - firefox = true; + firefox.enable = true; }; desktops = { enable = true; - hyprland = true; - ly = true; + hyprland.enable = true; + ly.enable = true; }; gaming = { - homestuck = true; - minecraft = true; + homestuck.enable = true; + minecraft.enable = true; }; # modules battery = true; bluetooth = true; fingerprint = true; - network = true; + tpm = true; } |