diff options
-rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 5739b87..2254651 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -77,6 +77,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + (uutils-coreutils.override { prefix = ""; }) lm_sensors pulseaudio # used for tools python |