laptop module

This commit is contained in:
smayzy
2025-07-08 19:20:02 +02:00
parent 4ebde5182a
commit 02c805367c
2 changed files with 2 additions and 25 deletions
+2
View File
@@ -12,10 +12,12 @@ in
config = mkIf config.smayzy.laptop.enable {
smayzy = {
base = true;
grub-on-lap.enable = true;
prism.enable = true;
firefox.enable = true;
stylix.enable = true;
audio.enable = true;
};
services.logind.lidSwitch = "ignore";
};
}