Debugging Help for a new-ish nix user #2225
Unanswered
bassforce86
asked this question in
Q&A
Replies: 1 comment 24 replies
-
Are you installing the home-manager module or are you including the package you build in your standalone flake in See Standalone Usage in the docs. Sidenote: a standalone package doesn't need to also be in a standalone flake, since one flake can have many outputs. |
Beta Was this translation helpful? Give feedback.
24 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.
-
I've created a standalone nixvim config, available here but i have an odd problem.
When running this against
nix flake check .
andnix run .#nvim
it works as i'd expect (dashboard is loaded with my shortcuts)But when I include this as a home-manager package in a home-manager flake, I get no start-up dashboard, just takes me straight to NetRW.
(home manager inclusion method is in the readme).
Has anyone else seen this behaviour from a standalone installation?
Beta Was this translation helpful? Give feedback.
All reactions