summary refs log tree commit diff stats
path: root/sys/services
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-10-01 15:23:51 +0200
committersils <sils@sils.li>2023-10-01 15:23:51 +0200
commitb55ec029fcb08704f7e06620525edee2ae1700c2 (patch)
tree2c3bccb7c53bb54d2e7662f3931fc0039ae765c5 /sys/services
parentfeat(sys/services): import greetd (diff)
downloadnix-config-b55ec029fcb08704f7e06620525edee2ae1700c2.tar.gz
nix-config-b55ec029fcb08704f7e06620525edee2ae1700c2.zip
feat(sys/services): import tlp
Diffstat (limited to 'sys/services')
-rw-r--r--sys/services/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/services/default.nix b/sys/services/default.nix
index 093bf81..8c396b6 100644
--- a/sys/services/default.nix
+++ b/sys/services/default.nix
@@ -4,6 +4,6 @@
     ./greetd
     ./logind
     ./printing
-    #./tlp
+    ./tlp
   ];
 }