2 Commits

Author SHA1 Message Date
8e7aa906e2 hyprland: hypr-dynamic-cursors config
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m19s
2025-06-15 13:24:03 +01:00
c829ae4e9d hosts/helios: blacklist amdgpu 2025-06-15 13:17:30 +01:00
2 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,7 @@
];
initrd.kernelModules = [ ];
initrd.supportedFilesystems = [ "zfs" ];
blacklistedKernelModules = [ "amdgpu" ];
kernelModules = [ "kvm-intel" ];
kernelParams = [ "elevator=none" ];
extraModulePackages = [ ];

View File

@ -76,6 +76,16 @@ in
layout = "dwindle";
};
plugin = {
dynamic-cursors = {
enabled = true;
mode = "none";
shake = {
enabled = true;
};
};
};
dwindle = {
pseudotile = true;
preserve_split = true;