This commit is contained in:
parent
9c6c02bc69
commit
9ccc3dadf3
2 changed files with 34 additions and 1 deletions
|
|
@ -21,6 +21,11 @@
|
|||
boot.loader.systemd-boot.configurationLimit = 5;
|
||||
boot.initrd.systemd.enable = true;
|
||||
|
||||
services.logind = {
|
||||
lidSwitch = "suspend";
|
||||
lidSwitchExternalPower = "suspend";
|
||||
};
|
||||
|
||||
home-manager.users.fred = { ... }: {
|
||||
wayland.windowManager.hyprland.settings.monitor =
|
||||
[ ",preferred,auto,auto" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue