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

@ -26,7 +26,8 @@ alias nix-clear="sudo nix-store --gc"
#KDE Plasma Specific #KDE Plasma Specific
#----- #-----
alias kde-theme-apply="source $HOME/NixOS/plasma/konsave.sh" alias plasma-snap="cp ~/.config/plasma-org.kde.plasma.desktop-appletsrc ~/appletsrc.snap"
alias plasma-diff="diff ~/appletsrc.snap ~/.config/plasma-org.kde.plasma.desktop-appletsrc"
#LaTeX Commands #LaTeX Commands
alias makepdf="makeglossaries main && pdflatex main.tex" alias makepdf="makeglossaries main && pdflatex main.tex"

View File

@ -9,7 +9,7 @@
programs = { programs = {
plasma = { plasma = {
enable = true; enable = true;
overrideConfig = true; overrideConfig = false;
input.mice = [ input.mice = [
{ {

View File

@ -8,10 +8,9 @@
}: { }: {
programs = { programs = {
plasma = { plasma = {
overrideConfig = true;
panels = [ panels = [
{ {
screen = "all";
height = 44; height = 44;
location = "bottom"; location = "bottom";
alignment = "center"; alignment = "center";
@ -111,7 +110,8 @@
theme = "Win10OS-cursors"; theme = "Win10OS-cursors";
size = 24; 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"; soundTheme = "ocean";
iconTheme = "We10X"; iconTheme = "We10X";
splashScreen = { splashScreen = {
@ -122,6 +122,9 @@
theme = "__aurorae__svg__Win11OS-dark"; theme = "__aurorae__svg__Win11OS-dark";
}; };
}; };
configFile = {
plasmarc.Wallpapers.usersWallpapers = "/home/cookiez/NixOS/other/wallpaper1.png";
};
}; };
}; };
} }

View File

@ -8,10 +8,9 @@
}: { }: {
programs = { programs = {
plasma = { plasma = {
overrideConfig = true;
panels = [ panels = [
{ {
screen = "all";
height = 44; height = 44;
location = "top"; location = "top";
alignment = "center"; alignment = "center";
@ -134,7 +133,8 @@
theme = "Breeze_Light"; theme = "Breeze_Light";
size = 24; size = 24;
}; };
wallpaper = /home/${username}/${project}/other/wallpaper3.png; # Do not use wallpaper option here as it causes issues! Use it in configFile
# wallpaper = /home/${username}/${project}/other/wallpaper3.png;
soundTheme = "freedesktop"; soundTheme = "freedesktop";
iconTheme = "Breeze-LaCapitaine-apps"; iconTheme = "Breeze-LaCapitaine-apps";
splashScreen = { splashScreen = {

View File

@ -23,8 +23,6 @@
in { in {
programs = { programs = {
plasma = { plasma = {
overrideConfig = true;
powerdevil = { powerdevil = {
AC = { AC = {
powerProfile = selectedProfile.AC.powerProfile; powerProfile = selectedProfile.AC.powerProfile;