add nfs-utils

This commit is contained in:
albert 2024-02-28 10:41:49 +09:00
parent b09ad44172
commit f218ab24f1
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@
# List packages installed in system profile
environment.systemPackages = with pkgs; [
nfs-utils # nfs network share tools
nixfmt # Formatting nix output
dconf # Required for stylix
ripgrep # Better grep

View file

@ -22,6 +22,7 @@
# List packages installed in system profile
environment.systemPackages = with pkgs; [
nfs-utils
dconf
ripgrep
git