diff options
author | Soispha <soispha@vhack.eu> | 2023-04-23 14:10:26 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:47 +0200 |
commit | 2cc98899f51dbf9b10a1973821c98ba06db118bb (patch) | |
tree | 22cdf2647ee9e520dcd86ae26ab76d784233b23b | |
parent | Fix(hm/conf/yambar): Use different config on laptops (diff) | |
download | nixos-config-2cc98899f51dbf9b10a1973821c98ba06db118bb.tar.gz nixos-config-2cc98899f51dbf9b10a1973821c98ba06db118bb.zip |
Fix(hosts/apzu): Use new options
-rw-r--r-- | hosts/apzu/default.nix | 4 |
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; |