Plasma manager now longer overrides everything. New aliases for searching plasma settings differences

This commit is contained in:
2026-03-24 09:22:18 +01:00
parent ce797e1a65
commit 4962c1bb03
5 changed files with 12 additions and 10 deletions

View File

@ -8,10 +8,9 @@
}: {
programs = {
plasma = {
overrideConfig = true;
panels = [
{
screen = "all";
height = 44;
location = "bottom";
alignment = "center";
@ -111,7 +110,8 @@
theme = "Win10OS-cursors";
size = 24;
};
wallpaper = /home/${username}/${project}/other/wallpaper1.png;
# Do not use wallpaper option here as it causes issues! Use it in configFile
# wallpaper = /home/${username}/${project}/other/wallpaper1.png;
soundTheme = "ocean";
iconTheme = "We10X";
splashScreen = {
@ -122,6 +122,9 @@
theme = "__aurorae__svg__Win11OS-dark";
};
};
configFile = {
plasmarc.Wallpapers.usersWallpapers = "/home/cookiez/NixOS/other/wallpaper1.png";
};
};
};
}