clean modules & add power modes
nix flake show / show-flake (push) Successful in 35s

This commit is contained in:
smayzy
2025-07-24 14:21:53 +02:00
parent 40546f121f
commit c5ef752a66
14 changed files with 65 additions and 13 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, config, pkgs, ... }:
{ lib, config, ... }:
let
inherit (lib) mkIf mkOption types;
in
@@ -12,6 +12,7 @@ in
config = mkIf config.smayzy.laptop.enable {
smayzy = {
base = true;
power = "laptop";
grub-on-lap.enable = true;
prism.enable = true;
firefox.enable = true;
@@ -43,6 +44,5 @@ in
fritzing.enable = true;
aegisub.enable = true;
};
services.logind.lidSwitch = "ignore";
};
}