tangled
alpha
login
or
join now
karitham.dev
/
dotfiles
nix all the things
0
fork
atom
overview
issues
pulls
pipelines
shell: add `moreutils`
karitham.dev
4 weeks ago
96ccb011
1f1a0bc8
verified
This commit was signed with the committer's
known signature
.
karitham.dev
SSH Key Fingerprint:
SHA256:ODeRMGYuG7M/0G+fRF6IfwUk7r5AgG5MYdFTN+uvimc=
+1
1 changed file
expand all
collapse all
unified
split
modules
dev
shell
nushell.nix
+1
modules/dev/shell/nushell.nix
···
6
6
}:
7
7
{
8
8
config = lib.mkIf config.dev.shell.enable {
9
9
+
home.packages = [ pkgs.moreutils ]; # vipe, chronic, pee
9
10
programs.nushell = {
10
11
enable = true;
11
12
shellAliases = {