diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/default.nix | 1 | ||||
-rw-r--r-- | sys/services/default.nix | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/default.nix b/sys/default.nix index 5bcab20..c84f036 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -2,6 +2,7 @@ imports = [ ./desktop/hyprland ./desktop/sway + ./desktop/plasma ./environment ./font ./impermanence diff --git a/sys/services/default.nix b/sys/services/default.nix index 8c396b6..4c1e1ca 100644 --- a/sys/services/default.nix +++ b/sys/services/default.nix @@ -1,9 +1,9 @@ {...}: { imports = [ ./fwupd - ./greetd + #./greetd ./logind ./printing - ./tlp + #./tlp ]; } |