mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-31 04:31:55 -04:00
fix theme being overwritten by kde
This commit is contained in:
parent
33393a9986
commit
cf0f1e351a
1 changed files with 6 additions and 4 deletions
|
@ -5,10 +5,6 @@
|
|||
# TODO: import dynamically based on hostname
|
||||
./displays/nix-desktop-evo4b5.nix
|
||||
];
|
||||
# workaround https://github.com/nix-community/plasma-manager/issues/472
|
||||
# This errors
|
||||
# home.file.".gtkrc-2.0".force = true;
|
||||
gtk.gtk2.configLocation = "${config.home.homeDirectory}/.config/.gtkrc-2.0";
|
||||
programs = {
|
||||
plasma = {
|
||||
enable = true;
|
||||
|
@ -21,6 +17,12 @@
|
|||
XLbInptAccelProfileFlat = true;
|
||||
};
|
||||
};
|
||||
# Stylix will write to `~/.gtkrc-2.0`, but KDE has a daemon that will auto-generate a gtk config for the theme in use
|
||||
"kded5rc" = {
|
||||
Module-gtkconfig = {
|
||||
autoload = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
# Needed because our color scheme is overwritten
|
||||
workspace = {
|
||||
|
|
Loading…
Add table
Reference in a new issue