modules/frontend: add support for more network protocols to dolphin

main
Felix Stupp 1 year ago
parent db4c668fb3
commit 6de1fb644b
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -47,6 +47,11 @@ in
baloo # do not need an indexer, which runs at arbitarily times
];
systemPackages = with pkgs; [
kdePackages.kio-fuse # for dolphin to mount remote filesystems via FUSE
kdePackages.kio-extras # extra protocols support (sftp, fish and more)
];
};
hardware = {

Loading…
Cancel
Save