diff options
| author | Baitinq <[email protected]> | 2022-07-27 00:57:47 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-27 00:57:47 +0200 |
| commit | fc8ff6932a673031e4e87a780552de7ed5c3edbb (patch) | |
| tree | 98e516aeb1198843a60e4a2b85e34a8fd2aca586 | |
| parent | Luna: Enable zram (diff) | |
| download | nixos-config-fc8ff6932a673031e4e87a780552de7ed5c3edbb.tar.gz nixos-config-fc8ff6932a673031e4e87a780552de7ed5c3edbb.tar.bz2 nixos-config-fc8ff6932a673031e4e87a780552de7ed5c3edbb.zip | |
Change coreutils to uutils
| -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 |