Best practices for shell management #1782
Replies: 1 comment
-
These discussions are mostly for meta discussions related to https://nix-community.org/ organisation, I'd suggest posting your questions on https://discourse.nixos.org/. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a recommend way to do shell management using
nix-darwin
/NixOS
andHome-Manager
?I like to use the
fish
shell, but for reasons that I don't understand,nix-darwin
/NixOS
don't support things like shell abbreviations and functions. If I were to set up my login shell usingnix-darwin
/NixOS
and then useHome-Manager
to manage my shell configuration, wouldn't that end up with two separate installations offish
? And would that be a problem?Beta Was this translation helpful? Give feedback.
All reactions