This commit is contained in:
2025-12-23 23:38:11 +01:00
parent 2bbb8229c0
commit 7b5bd4542c
19 changed files with 633 additions and 14 deletions

View File

@@ -14,19 +14,6 @@ in
};
config = lib.mkIf cfg.enable {
programs.xwayland.enable = true;
boot.kernelParams = [
"resume=UUID=d9b81619-5772-4ac4-bcd5-552e1e784f9e"
"resume_offset=141042944"
];
boot.resumeDevice = "/dev/disk/by-uuid/d9b81619-5772-4ac4-bcd5-552e1e784f9e";
powerManagement.enable = true;
swapDevices = [
# [[ Hibernate ]]
{
device = "/var/lib/swapfile";
size = 48 * 1024; # 48GB in MB
}
];
programs.hyprland = {
enable = true;
# set the flake package