diff options
| author | Baitinq <[email protected]> | 2022-10-24 01:00:37 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-10-24 01:00:37 +0200 |
| commit | 7a558da83e2b5416af826f941daeae127a409432 (patch) | |
| tree | 8b88a085748d4542d6f96bdce357c1046c4de6f4 | |
| parent | Hosts: Add alsa-utils package (diff) | |
| download | nixos-config-7a558da83e2b5416af826f941daeae127a409432.tar.gz nixos-config-7a558da83e2b5416af826f941daeae127a409432.tar.bz2 nixos-config-7a558da83e2b5416af826f941daeae127a409432.zip | |
Hosts: Use uutils for coreutils
| -rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 80dc7f6..a010eba 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -98,7 +98,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - #(uutils-coreutils.override { prefix = ""; }) + (uutils-coreutils.override { prefix = ""; }) lm_sensors pulseaudio # used for tools alsa-utils |