removed fish from home manager

This commit is contained in:
Your Name 2024-02-26 21:19:08 +03:00
parent a9cbae2889
commit 6037758e9e

View file

@ -133,13 +133,4 @@
}; };
}; };
}; };
programs.fish = {
enable = true;
shellInit = ''
any-nix-shell fish --info-right | source
'';
};
} }