Updated. Dolphin seems to be broken again (light theme instead of dark theme)

This commit is contained in:
Aleksandr Lebedev 2024-12-27 19:57:43 +01:00
parent cc9e188106
commit 96cea1bb7b
2 changed files with 8 additions and 15 deletions

View file

@ -25,16 +25,16 @@
#xdg.configFile."Kvantum/kvantum.kvconfig".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
# General.theme = "Catppuccin-Mocha";
# };
xdg.configFile = {
"Kvantum/kvantum.kvconfig".text = ''
[General]
theme=catppuccin-mocha
'';
#xdg.configFile = {
# "Kvantum/kvantum.kvconfig".text = ''
# [General]
# theme=catppuccin-mocha
# '';
# The important bit is here, links the theme directory from the package to a directory under `~/.config`
# where Kvantum should find it.
"Kvantum/catppuccin-mocha".source = "${pkgs.catppuccin-kvantum}/share/Kvantum/catppuccin-mocha";
};
# "Kvantum/catppuccin-mocha".source = "${pkgs.catppuccin-kvantum}/share/Kvantum/catppuccin-mocha";
#};
programs.fzf = {
enable = true;
@ -46,12 +46,6 @@
icons = "always";
};
programs.zoxide = {
enable = true;
options = [ "--cmd cd" ];
enableBashIntegration = true;
};
#xdg.configFile."qt5ct/qt5ct.conf".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
# Appearance.icon_theme = "Breeze Dark";
# };