👉 Replaced pointer with working Catppuccin pointer, start nix-shells in

fish
This commit is contained in:
2025-01-18 13:59:09 +01:00
parent 0bfa938db3
commit 29ac28bd15
48 changed files with 18 additions and 40 deletions

View File

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