summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-09-17 20:13:15 +0200
committersils <sils@sils.li>2023-09-17 20:13:15 +0200
commitcdc8ca5ee4c07da52e173f16d0f07a9bda7fb631 (patch)
treebbb142657a6af5edb4a36327fc8d0dc962ed8894
parentfeat(sys/desktop/plasma): use wayland session and update option names (diff)
downloadnix-config-cdc8ca5ee4c07da52e173f16d0f07a9bda7fb631.tar.gz
nix-config-cdc8ca5ee4c07da52e173f16d0f07a9bda7fb631.zip
feat(sys): switch to plasma
Diffstat (limited to '')
-rw-r--r--sys/default.nix1
-rw-r--r--sys/services/default.nix4
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
   ];
 }