fix: qt theming fixes

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2023-11-30 14:44:14 -03:00
parent f6e7daf682
commit 272f4466ad
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 20 additions and 3 deletions

View file

@ -111,7 +111,6 @@
winetricks
## Libraries
(nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
rnnoise-plugin
## Development
@ -133,6 +132,11 @@
imagemagick
nnn
poppler
## Theming
(nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
qt6Packages.qtstyleplugin-kvantum
libsForQt5.qtstyleplugin-kvantum
];
#
@ -158,10 +162,25 @@
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" = {
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" = {
text = ''
context.modules = [

View file

@ -303,8 +303,6 @@
## Libraries
libsForQt5.qt5.qtgraphicaleffects
libsForQt5.qt5.qtquickcontrols2
qt5.qtwayland
qt6.qtwayland
## Desktop environment
polkit-kde-agent