mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 05:23:02 -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
|
# TODO: import dynamically based on hostname
|
||||||
./displays/nix-desktop-evo4b5.nix
|
./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 = {
|
programs = {
|
||||||
plasma = {
|
plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -21,6 +17,12 @@
|
||||||
XLbInptAccelProfileFlat = true;
|
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
|
# Needed because our color scheme is overwritten
|
||||||
workspace = {
|
workspace = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue