From 6de1fb644b847be67d8edfb4f4f15144ee813159 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 26 Nov 2024 23:40:06 +0000 Subject: [PATCH] modules/frontend: add support for more network protocols to dolphin --- nix/nixos-modules/frontend/default.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = {