|
I have home-manager setup as a flake with the following configuration. This doesn't seem to set the EDITOR or TEST variable but I would think it should. Do I need to set the variable in the Nix configuration? EDIT: I can start a bash login session manually using |
Answered by
mariaa144
Aug 30, 2022
Replies: 2 comments 1 reply
|
Can you try adding programs.home-manager.enable = true;? |
1 reply
|
WSL doesn't start a bash login shell by default. I can start a bash login session manually using |
0 replies
Answer selected by
mariaa144
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WSL doesn't start a bash login shell by default. I can start a bash login session manually using
bash -l. When I do that my session variables are correct.