diff --git a/nix/nixos-modules/frontend/default.nix b/nix/nixos-modules/frontend/default.nix index d7fc1ea..df2262e 100644 --- a/nix/nixos-modules/frontend/default.nix +++ b/nix/nixos-modules/frontend/default.nix @@ -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 = {