uutils in util

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-02 08:48:38 +02:00
parent 32a46bf0c7
commit f05e8968d8
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -48,7 +48,7 @@ toplevel@{ moduleWithSystem, ... }: {
top@{ ... }: top@{ ... }:
perSystem@{ pkgs, config, ... }: { perSystem@{ pkgs, config, ... }: {
home = { home = {
packages = with pkgs; [ speedtest-cli ]; packages = with pkgs; [ uutils-coreutils-noprefix speedtest-cli ];
sessionVariables = { PAGER = "bat"; BAT_THEME = "1337"; }; sessionVariables = { PAGER = "bat"; BAT_THEME = "1337"; };
}; };
programs = { programs = {