Fix qt5ct
This commit is contained in:
parent
1693f64ce2
commit
e85ce2c9cb
|
@ -1,4 +1,4 @@
|
|||
{ self, config, pkgs, impurity, ... }: {
|
||||
{ self, config, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
qt5ct
|
||||
breeze-qt5
|
||||
|
@ -20,7 +20,16 @@
|
|||
# fixes dolphin background colors
|
||||
"kdeglobals".source = "${pkgs.breeze-qt5}/share/color-schemes/BreezeDark.colors";
|
||||
|
||||
"qt5ct/qt5ct.conf".source = impurity.link ./qt5ct.conf;
|
||||
"qt5ct/qt5ct.conf".text = ''
|
||||
[Appearance]
|
||||
style=Breeze
|
||||
icon_theme=breeze-dark
|
||||
|
||||
# Cantata misbehaves without color overrides. This overrides the breeze colors with the
|
||||
# exact same colors.
|
||||
color_scheme_path=${./breeze-dark-colors-override.conf}
|
||||
custom_palette=true
|
||||
'';
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[Appearance]
|
||||
style=Breeze
|
||||
|
||||
# Cantata misbehaves without color overrides. This overrides the breeze colors with the
|
||||
# exact same colors.
|
||||
color_scheme_path=${./breeze-dark-colors-override.conf}
|
||||
custom_palette=true
|
Loading…
Reference in a new issue