thaylen-city: Use gnu coreutils
This commit is contained in:
parent
21038d148a
commit
576f1d11b2
1 changed files with 8 additions and 1 deletions
|
@ -141,7 +141,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
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";
|
stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue