1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

cli changes

- fix: make nushell central's default shell
- fix: ls aliases
- add batgrep aliases
- add lazygit
This commit is contained in:
TheGeneralist 2026-02-15 15:28:54 +01:00
parent 6d6c3975f5
commit 462724af45
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
5 changed files with 72 additions and 33 deletions

View file

@ -44,7 +44,7 @@
"scanner"
"docker"
];
shell = pkgs.zsh;
shell = pkgs.nushell;
home = "/home/thegeneralist";
homeMode = "0750";
hashedPasswordFile = config.age.secrets.password.path;