fix: qt theming fixes
This commit is contained in:
parent
f6e7daf682
commit
272f4466ad
|
@ -111,7 +111,6 @@
|
||||||
winetricks
|
winetricks
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
(nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
|
||||||
rnnoise-plugin
|
rnnoise-plugin
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
@ -133,6 +132,11 @@
|
||||||
imagemagick
|
imagemagick
|
||||||
nnn
|
nnn
|
||||||
poppler
|
poppler
|
||||||
|
|
||||||
|
## Theming
|
||||||
|
(nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
||||||
|
qt6Packages.qtstyleplugin-kvantum
|
||||||
|
libsForQt5.qtstyleplugin-kvantum
|
||||||
];
|
];
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -158,10 +162,25 @@
|
||||||
source = ./programs/nvim;
|
source = ./programs/nvim;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
".config/Kvantum/Catppuccin-Frappe-Lavender" = {
|
||||||
|
source = "${pkgs.catppuccin-kvantum.override { accent = "Lavender"; variant = "Frappe"; } }/share/Kvantum/Catppuccin-Frappe-Lavender";
|
||||||
|
};
|
||||||
|
|
||||||
|
".config/Kvantum/kvantum.kvconfig" = {
|
||||||
|
text = ''
|
||||||
|
[General]
|
||||||
|
theme=Catppuccin-Frappe-Lavender
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
".config/qt5ct/colors" = {
|
".config/qt5ct/colors" = {
|
||||||
source = ./theming/qt5ct;
|
source = ./theming/qt5ct;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
".config/qt6ct/colors" = {
|
||||||
|
source = ./theming/qt5ct; # We use the qt5ct because it's the SAME spec
|
||||||
|
};
|
||||||
|
|
||||||
".config/pipewire/pipewire.conf.d/99-input-denoising.conf" = {
|
".config/pipewire/pipewire.conf.d/99-input-denoising.conf" = {
|
||||||
text = ''
|
text = ''
|
||||||
context.modules = [
|
context.modules = [
|
||||||
|
|
|
@ -303,8 +303,6 @@
|
||||||
## Libraries
|
## Libraries
|
||||||
libsForQt5.qt5.qtgraphicaleffects
|
libsForQt5.qt5.qtgraphicaleffects
|
||||||
libsForQt5.qt5.qtquickcontrols2
|
libsForQt5.qt5.qtquickcontrols2
|
||||||
qt5.qtwayland
|
|
||||||
qt6.qtwayland
|
|
||||||
|
|
||||||
## Desktop environment
|
## Desktop environment
|
||||||
polkit-kde-agent
|
polkit-kde-agent
|
||||||
|
|
Loading…
Reference in a new issue