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
1 month 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
}:
7
{
8
config = lib.mkIf config.dev.shell.enable {
0
9
programs.nushell = {
10
enable = true;
11
shellAliases = {
···
6
}:
7
{
8
config = lib.mkIf config.dev.shell.enable {
9
+
home.packages = [ pkgs.moreutils ]; # vipe, chronic, pee
10
programs.nushell = {
11
enable = true;
12
shellAliases = {