thaylen-city: Use gnu coreutils

This commit is contained in:
Charlotte Van Petegem 2024-07-18 09:04:17 +02:00
parent 21038d148a
commit 576f1d11b2

View file

@ -141,7 +141,14 @@
};
home = {
packages = [ pkgs.nix-direnv pkgs.docker-compose pkgs.autojump pkgs.tmux pkgs.ripgrep ];
packages = with pkgs; [
autojump
coreutils
docker-compose
nix-direnv
ripgrep
tmux
];
stateVersion = "24.11";
};
};