add remote filesystem tools
This commit is contained in:
parent
6d1a51fead
commit
32db0e9ada
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue