summaryrefslogtreecommitdiff
path: root/hosts/shinji/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/shinji/default.nix')
-rw-r--r--hosts/shinji/default.nix27
1 files changed, 25 insertions, 2 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix
index 92312b8..9f86069 100644
--- a/hosts/shinji/default.nix
+++ b/hosts/shinji/default.nix
@@ -10,9 +10,8 @@ inputs.nixpkgs.lib.nixosSystem rec {
specialArgs = {inherit inputs;};
modules = [
options
- ../../config
../../home
- ../../programs
+ ../../modules
../../system
{
# imports
@@ -50,6 +49,30 @@ inputs.nixpkgs.lib.nixosSystem rec {
jami
qbittorrent
];
+
+ # modules
+ desktop = {
+ enable = true;
+ astal = true;
+ firefox = true;
+ hyprland = true;
+ hyprlock = true;
+ hypridle = true;
+ hyprpaper = true;
+ };
+ development = {
+ c = true;
+ rust = true;
+ web = true;
+ };
+ gaming = {
+ homestuck = true;
+ minecraft = true;
+ steam = true;
+ };
+ terminal = {
+ kitty = true;
+ };
}
];
}