summaryrefslogtreecommitdiffstats
path: root/sys/default.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-07 16:44:18 +0200
committersils <sils@sils.li>2023-08-07 16:44:18 +0200
commitf7a3e26124c7ac5ec83443b098a7fc135a8f48c1 (patch)
treeef7763db9f7ddc96ec0e554ab86cd5f1d177093c /sys/default.nix
parentFeat(s/impermanence): Add /root (diff)
downloadnix-config-f7a3e26124c7ac5ec83443b098a7fc135a8f48c1.zip
Feat(sys): Add hyprland
Diffstat (limited to 'sys/default.nix')
-rw-r--r--sys/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/default.nix b/sys/default.nix
index d38321a..e90e405 100644
--- a/sys/default.nix
+++ b/sys/default.nix
@@ -2,6 +2,7 @@
imports = [
./desktop/gnome
./desktop/awesome
+ ./desktop/hyprland
./environment
./font
./impermanence
@@ -12,5 +13,6 @@
./sound
./systemd
./users
+ ./xdg
];
}