Reworked KDE Theme reminder to be a popup. Fixed Trayscale not working by default.

This commit is contained in:
2025-09-03 14:27:29 +02:00
parent f4e77e64c9
commit 22b55e455c
24 changed files with 62 additions and 38 deletions

9
plasma/kde-plasma.nix Normal file → Executable file
View File

@ -32,13 +32,11 @@ in
# variant = "";
#};
#theme-reminder uses a definitive /home/cookiez path!!!
system.activationScripts.script.text = ''
source /etc/nixos/other/colors.sh
source /etc/nixos/other/pfp.sh
source /etc/nixos/other/pfp.sh
source /etc/nixos/plasma/theme-reminder.sh
'';
'';
#services.displayManager.sddm = {
# enable = true;
@ -55,7 +53,4 @@ in
# background = "${background-package}"
# '')
];
programs.steam.enable = true;
}