diff options
author | Karel Kočí <cynerd@email.cz> | 2023-02-14 11:15:51 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-02-14 11:15:51 +0100 |
commit | 8110a073bb28f40dad1ae442127e2acebf000008 (patch) | |
tree | 89e14fb6086d344e3b644baeedfccc94cc8e2fad /nixos/modules | |
parent | 391bb58906392d5d8939cc1237eb2e0b66e70b9e (diff) | |
download | nixos-personal-8110a073bb28f40dad1ae442127e2acebf000008.tar.gz nixos-personal-8110a073bb28f40dad1ae442127e2acebf000008.tar.bz2 nixos-personal-8110a073bb28f40dad1ae442127e2acebf000008.zip |
nixos/desktop: add light to the laptops
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/desktop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index bca265d..6f0777d 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -157,6 +157,7 @@ in { vim.package = pkgs.vimHugeX; shellrc.desktop = true; firefox.enable = true; + light.enable = mkIf cnf.laptop true; }; xdg.portal = { enable = true; |