aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/desktop.nix
diff options
context:
space:
mode:
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;