aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/desktop.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-02-14 11:15:51 +0100
committerKarel Kočí <cynerd@email.cz>2023-02-14 11:15:51 +0100
commit8110a073bb28f40dad1ae442127e2acebf000008 (patch)
tree89e14fb6086d344e3b644baeedfccc94cc8e2fad /nixos/modules/desktop.nix
parent391bb58906392d5d8939cc1237eb2e0b66e70b9e (diff)
downloadnixos-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/desktop.nix')
-rw-r--r--nixos/modules/desktop.nix1
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;