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 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 = [

View file

@ -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