diff options
Diffstat (limited to 'sys/default.nix')
-rw-r--r-- | sys/default.nix | 2 |
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 ]; } |