summary refs log tree commit diff stats
path: root/sys/services/default.nix
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 /sys/services/default.nix
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 'sys/services/default.nix')
-rw-r--r--sys/services/default.nix4
1 files changed, 2 insertions, 2 deletions
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
   ];
 }