Reworked KDE Theme reminder to be a popup. Fixed Trayscale not working by default.
This commit is contained in:
9
plasma/kde-plasma.nix
Normal file → Executable file
9
plasma/kde-plasma.nix
Normal file → Executable 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user