mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
packages/ruler: update vanadium/overlays/fcitx5: fix patch vanadium/overlays/fcitx5-chinese-addons: fix patch treewide: system -> stdenv.hostPlatform.system vanadium: fix warnings
7 lines
253 B
Nix
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";
|
|
};
|
|
}
|