feat: configure desktop
This commit is contained in:
parent
2138743d3e
commit
652b1f3dd3
10 changed files with 201 additions and 15 deletions
20
modules/_home/dolphin.nix
Normal file
20
modules/_home/dolphin.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.dolphin
|
||||
kdePackages.qtwayland
|
||||
kdePackages.kio
|
||||
kdePackages.kio-fuse
|
||||
kdePackages.kio-extras
|
||||
kdePackages.ark
|
||||
kdePackages.ffmpegthumbs
|
||||
kdePackages.kded
|
||||
kdePackages.systemsettings
|
||||
ffmpegthumbnailer
|
||||
];
|
||||
|
||||
xdg.configFile."xdg-desktop-portal/niri-portals.conf".text = ''
|
||||
[preferred]
|
||||
default=gnome;
|
||||
org.freedesktop.impl.portal.FileChooser=kde;
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue