1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00
This commit is contained in:
TheGeneralist 2026-02-15 18:05:36 +01:00
parent 462724af45
commit 480eea2e72
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 6 additions and 2 deletions

View file

@ -49,8 +49,12 @@ in {
fastfetch
carapace
bat
mosh
])
++ optionals (pkgs ? bat-extras && pkgs.bat-extras ? core) [
pkgs.bat-extras.core
];
environment.shellAliases.mosh = "mosh --no-init";
}