Add breeze theme and dolphin
This commit is contained in:
parent
91339cb16b
commit
f0444011cb
9 changed files with 319 additions and 3 deletions
18
modules/user/modules/dolphin/default.nix
Normal file
18
modules/user/modules/dolphin/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
dolphin
|
||||
libssh # sftp
|
||||
|
||||
# thumbnails
|
||||
plasma5Packages.kio
|
||||
plasma5Packages.kio-extras
|
||||
plasma5Packages.kimageformats
|
||||
plasma5Packages.kdegraphics-thumbnailers
|
||||
];
|
||||
|
||||
xdg.configFile."dolphinrc".source = ./dolphinrc;
|
||||
xdg.dataFile = {
|
||||
"kxmlgui5/dolphin/dolphinui.rc".source = ./dolphinui.rc;
|
||||
"dolphin/view_properties/global/.directory".source = ./view_properties;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue