Impurity-link qt5ct.conf
This commit is contained in:
parent
f0444011cb
commit
e400d6dae8
|
@ -1,4 +1,4 @@
|
||||||
{ self, config, pkgs, ... }: {
|
{ self, config, pkgs, impurity, ... }: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
qt5ct
|
qt5ct
|
||||||
breeze-qt5
|
breeze-qt5
|
||||||
|
@ -11,26 +11,16 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.${config.main-user} = {
|
home-manager.users.${config.main-user} = {
|
||||||
home = {
|
home.file.".icons/default/index.theme".text = ''
|
||||||
file.".icons/default/index.theme".text = ''
|
|
||||||
[Icon Theme]
|
[Icon Theme]
|
||||||
Inherits=breeze_cursors
|
Inherits=breeze_cursors
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
# fixes dolphin background colors
|
# fixes dolphin background colors
|
||||||
"kdeglobals".source = "${pkgs.breeze-qt5}/share/color-schemes/BreezeDark.colors";
|
"kdeglobals".source = "${pkgs.breeze-qt5}/share/color-schemes/BreezeDark.colors";
|
||||||
|
|
||||||
"qt5ct/qt5ct.conf".text = ''
|
"qt5ct/qt5ct.conf".source = impurity.link ./qt5ct.conf;
|
||||||
[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
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
|
|
7
modules/theme/qt5ct.conf
Normal file
7
modules/theme/qt5ct.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[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