summaryrefslogtreecommitdiff
path: root/hosts/thinkpad/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/thinkpad/default.nix')
-rw-r--r--hosts/thinkpad/default.nix20
1 files changed, 19 insertions, 1 deletions
diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix
index 6c7a15e..e71a441 100644
--- a/hosts/thinkpad/default.nix
+++ b/hosts/thinkpad/default.nix
@@ -12,7 +12,7 @@ inputs.nixpkgs.lib.nixosSystem rec {
options
../../config
../../home
- ../../programs
+ ../../modules
../../system
{
imports = [
@@ -27,6 +27,24 @@ inputs.nixpkgs.lib.nixosSystem rec {
scale = 1.0;
}
];
+
+ # modules
+ desktop = {
+ enable = true;
+ astal = true;
+ firefox = true;
+ hyprland = true;
+ hyprlock = true;
+ hypridle = true;
+ hyprpaper = true;
+ };
+ gaming = {
+ homestuck = true;
+ minecraft = true;
+ };
+ terminal = {
+ kitty = true;
+ };
}
];
}