🖌️ Styled Fastfetch, more info in README, alias for fastfetch

This commit is contained in:
2025-01-19 19:59:54 +01:00
parent 29ac28bd15
commit fd8ca5a8c3
5 changed files with 78 additions and 3 deletions

View File

@ -24,7 +24,8 @@
shellAliases = {
# Transfer shell config to target device
ssh = "kitty +kitten ssh";
nix-shell = "nix-shell --run fish"; # Start nix-shells using fish
nix-shell = "nix-shell --run fish"; # Start nix-shells using fishcd
fetch = "fastfetch";
};
};
};