This commit is contained in:
alydev 2025-09-24 11:43:41 +10:00
parent 502a68b81e
commit baafee0a16
7 changed files with 89 additions and 147 deletions

8
system/aly-laptop.nix Normal file
View file

@ -0,0 +1,8 @@
({ config, pkgs, ... }: {
networking.hostName = "aly-laptop";
services.logind = {
lidSwitch = "suspend";
lidSwitchDocked = "ignore";
lidSwitchExternalPower = "ignore";
};
})