About configuring the package using nixos modules #12
pierrot-lc
started this conversation in
Show and tell
Replies: 1 comment 10 replies
-
Hey 👋 Thanks for sharing! I want to keep kickstart-nix.nvim simple and unopinionated, so I'd rather not add modules or similar abstractions to the template. |
Beta Was this translation helpful? Give feedback.
10 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.
-
Hi,
I've just spent the day tweaking my own kickstart-nix.nvim config to add the possibility to select a theme to load based on a
theme
parameter.I am now able to add the flake as a nixos module in my home-manager configuration and simply specify the way I want to build my neovim package:
I figured out that I could share this here, receive some feedback (I'm still new to this), and if @mrcjkb is interested I could make a PR to add the functionnality to the main
kickstart-nix.nvim
repo.You can find my neovim flake here, and my home-manager configuration here.
Have a good day!
Beta Was this translation helpful? Give feedback.
All reactions