bit more ricing
Some checks are pending
Lint / lint (push) Waiting to run

This commit is contained in:
Vivian 2024-12-27 12:04:38 +01:00
parent a24394ecf6
commit c9fb02840b
11 changed files with 662 additions and 395 deletions

View file

@ -29,10 +29,7 @@
# Bootloader.
boot = {
kernelParams = [
# "amdgpu.sg_display=0" # did not fix the flickering
# "amdgpu.ppfeaturemask=0xffffffff" # did not fix flicker
# "amdgpu.graphics_sg=0"
"amdgpu.dcdebugmask=0x10"
"amdgpu.dcdebugmask=0x10" # Disables partial screen refresh, fixes flicker
];
bootspec.enable = true;
initrd.kernelModules = [ "amdgpu" ];
@ -59,7 +56,10 @@
# here, NOT in environment.systemPackages
];
programs.hyprland.enable = true;
programs.hyprland = {
enable = true;
withUWSM = true;
};
services.gnome.gnome-keyring.enable = true;