about summary refs log tree commit diff stats
path: root/hosts/apzu
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-23 14:10:26 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:31:47 +0200
commit2cc98899f51dbf9b10a1973821c98ba06db118bb (patch)
tree22cdf2647ee9e520dcd86ae26ab76d784233b23b /hosts/apzu
parentFix(hm/conf/yambar): Use different config on laptops (diff)
downloadnixos-config-2cc98899f51dbf9b10a1973821c98ba06db118bb.tar.gz
nixos-config-2cc98899f51dbf9b10a1973821c98ba06db118bb.zip
Fix(hosts/apzu): Use new options
Diffstat (limited to 'hosts/apzu')
-rw-r--r--hosts/apzu/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix
index d34edbb2..829fc66e 100644
--- a/hosts/apzu/default.nix
+++ b/hosts/apzu/default.nix
@@ -8,6 +8,10 @@
   ];
 
   soispha = {
+    laptop = {
+      enable = true;
+      backlight = "intel_backlight";
+    };
     locale.enable = true;
     fs.backup = {
       enable = true;