1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

refactor: move nix index out of dev config

This commit is contained in:
oddlama 2023-09-18 01:21:32 +02:00
parent 94270f34e8
commit 1cfd65cde6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,8 @@
./zsh
];
programs.nix-index.enable = true;
home.shellAliases = {
l = "ls -lahF --group-directories-first --show-control-chars --quoting-style=escape --color=auto";
t = "tree -F --dirsfirst -L 2";