add nfs-utils
This commit is contained in:
parent
b09ad44172
commit
f218ab24f1
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
# List packages installed in system profile
|
||||
environment.systemPackages = with pkgs; [
|
||||
nfs-utils
|
||||
dconf
|
||||
ripgrep
|
||||
git
|
||||
|
|
Loading…
Reference in a new issue