This commit is contained in:
ediblerope 2026-05-15 12:12:04 +01:00
parent 9c6c02bc69
commit 9ccc3dadf3
2 changed files with 34 additions and 1 deletions

View file

@ -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" ];