🧹 Mpv loop config, moved fish aliases to proper files

This commit is contained in:
2025-02-02 15:06:34 +01:00
parent bd2f725029
commit 76ebdad3ce
9 changed files with 113 additions and 115 deletions

View File

@ -17,6 +17,11 @@ in
programs = {
fish = {
enable = true;
# Start starship when creating a new shell
interactiveShellInit = ''
starship init fish | source
fortune | cowsay -f tux
'';
plugins = [
{
# !! to get the previous command
@ -30,6 +35,9 @@ in
};
}
];
shellAliases = {
nix-shell = "nix-shell --run fish"; # Start nix-shells using fishcd
};
};
starship = {