wrapped zsh on Darwin not loading zdot files #482
Replies: 1 comment 11 replies
-
|
The nixos one is setting this but the darwin one isnt I don't know darwin that well, but I would assume that because it is working when you run it directly but not starting by default that something similar is needed there as well I also can't help but notice that You should avoid that, it is confusing. Also, you may benefit from using the flake-parts module for wrapper modules. It will allow you to provide your wrapper modules to And then it will automatically create Meaning you could This will of course conflict with your The flake-parts module will also automatically create |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Sorry if this is a noob question but, I'm trying to setup both my NixOS and my macOS laptops with the same zsh wrapper config and while on NixOS, it loads my generated zsh-dot-dir/.zshrc, on macOS it does until I
exec zsh -l.My zsh module:
My shell module:
I know there's something I'm missing but if I knew what I guess I wouldn't be missing it xD.
Thanks for any pointers or help!
Beta Was this translation helpful? Give feedback.
All reactions