add remote filesystem tools

This commit is contained in:
Cyryl Płotnicki 2023-01-11 08:52:44 +00:00
parent 6d1a51fead
commit 32db0e9ada

View file

@ -17,6 +17,7 @@ in {
environment.systemPackages = with pkgs; [
ccache
curl
davfs2
dnsutils
fd
git
@ -25,6 +26,7 @@ in {
htop
pciutils
powertop
sshfs
tmux
usbutils
wget
@ -37,6 +39,7 @@ in {
isNormalUser = true;
extraGroups = [
"adbusers"
"davfs2"
"dialout"
"docker"
"libvirtd"