forked from mirrors_public/oddlama_nix-config
refactor: move nix index out of dev config
This commit is contained in:
parent
94270f34e8
commit
1cfd65cde6
2 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,8 @@
|
||||||
./zsh
|
./zsh
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.nix-index.enable = true;
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
l = "ls -lahF --group-directories-first --show-control-chars --quoting-style=escape --color=auto";
|
l = "ls -lahF --group-directories-first --show-control-chars --quoting-style=escape --color=auto";
|
||||||
t = "tree -F --dirsfirst -L 2";
|
t = "tree -F --dirsfirst -L 2";
|
||||||
|
|
|
@ -12,6 +12,4 @@
|
||||||
cloc
|
cloc
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nix-index.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue