Add dolphin file browser and fix some qt theming
This commit is contained in:
parent
b8f72bf6ad
commit
c5a18686c6
2 changed files with 16 additions and 2 deletions
|
|
@ -87,13 +87,25 @@ in
|
|||
};
|
||||
packages = with pkgs; [
|
||||
(cursor_package)
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
libsForQt5.qt5ct
|
||||
# Use an alternative Nord theme that's still available
|
||||
nordic # This might include Kvantum themes
|
||||
# Or try these alternatives:
|
||||
# kdePackages.breeze-icons # For icons
|
||||
];
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk";
|
||||
style.name = "Nordic";
|
||||
platformTheme.name = "qt5ct";
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
"Kvantum/kvantum.kvconfig".text = ''
|
||||
[General]
|
||||
theme=kvantum-dark
|
||||
'';
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
|
|
|||
|
|
@ -64,6 +64,8 @@ in
|
|||
imv
|
||||
keychain
|
||||
wtype
|
||||
kdePackages.qtsvg
|
||||
kdePackages.dolphin
|
||||
];
|
||||
|
||||
file = utils.mk_symlinks { inherit config dotfiles; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue