diff --git a/nixos/default.nix b/nixos/default.nix index 707b5d44..b6bb45bc 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -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 diff --git a/nixos/small.nix b/nixos/small.nix index faceb66e..95f26eec 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -22,6 +22,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ + nfs-utils dconf ripgrep git