homepage fixes and flake up

This commit is contained in:
2025-08-25 17:44:14 +02:00
parent 68748be999
commit 9f0ef50c9b
8 changed files with 82 additions and 49 deletions

View File

@@ -4,7 +4,7 @@
kernel = {
variant = "latest";
hardware = ["amd"];
extraKernelParams = [];
extraKernelParams = ["amdgpu.dcdebugmask=0x10"];
};
loader = {
default = {

View File

@@ -35,8 +35,9 @@
];
theme = {
background = {
lockscreen = "wallpaper_2";
lockscreen = "wallpaper_4";
desktop = "wallpaper_1";
vertical = "wallpaper_5";
};
};
};