.files/nix/configurations/vanadium/nixos/battery.nix
Léana 江 b0b7222d48
vanadium: fix build
packages/ruler: update

vanadium/overlays/fcitx5: fix patch

vanadium/overlays/fcitx5-chinese-addons: fix patch

treewide: system -> stdenv.hostPlatform.system

vanadium: fix warnings
2025-11-28 11:26:39 +08:00

7 lines
253 B
Nix

{
services.logind.settings = {
# Note: vanadium's btrfs disk layout has been changed and the swap has been reduced. It will not work with hibernate anymore.
Login.HandleLidSwitch = "suspend";
Login.HandleLidSwitchDocked = "ignore";
};
}