From 9de37e4f531c9abd43cdbf4a62b76eaba9c8f933 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 17 Sep 2020 18:14:55 +0800 Subject: [PATCH] nixops: install sshfs --- nixops/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixops/desktop.nix b/nixops/desktop.nix index 9149f38..7886a89 100644 --- a/nixops/desktop.nix +++ b/nixops/desktop.nix @@ -25,7 +25,7 @@ in nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ opensc yubikey-manager yubikey-manager-qt - wget vim gitAndTools.gitFull firefox chromium thunderbird hexchat + wget vim gitAndTools.gitFull sshfs firefox chromium thunderbird hexchat usbutils pciutils uhubctl file lm_sensors audacious acpi gimp imagemagick (python3.withPackages(ps: with ps; [ numpy scipy matplotlib qtconsole regex ]))