summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-23 22:33:44 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-23 22:33:44 -0400
commit328c741b1aac74020412e99e0dca7c728dbc92fa (patch)
tree461f4ebcd3252d542749a34668defd62de356c73 /hosts
parentremoved unused packages (diff)
downloaddotfiles-nix-328c741b1aac74020412e99e0dca7c728dbc92fa.tar.gz
dotfiles-nix-328c741b1aac74020412e99e0dca7c728dbc92fa.tar.bz2
dotfiles-nix-328c741b1aac74020412e99e0dca7c728dbc92fa.zip
refactor
Diffstat (limited to 'hosts')
-rw-r--r--hosts/shinji/default.nix1
-rw-r--r--hosts/thinkpad/default.nix20
2 files changed, 19 insertions, 2 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix
index 9190dc5..92312b8 100644
--- a/hosts/shinji/default.nix
+++ b/hosts/shinji/default.nix
@@ -49,7 +49,6 @@ inputs.nixpkgs.lib.nixosSystem rec {
foliate
jami
qbittorrent
- qemu
];
}
];
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;
+ };
}
];
}