Nix Home Manager Option Search
mipmip.github.io
Nix Home Manager Option Search
1–10 of 33 posts
Re: Nix Home Manager Option Search
#2Re: Nix Home Manager Option Search
#3Re: Nix Home Manager Option Search
#4Re: Nix Home Manager Option Search
#5Is there a good way of getting this sort of thing for nix projects in general? I often find myself cloning the repo for it just so I can grep for `mkOption` and I often wonder if there's a smarter way.
Then use the search function of the pager.
Re: Nix Home Manager Option Search
#6Re: Nix Home Manager Option Search
#7Is there a good way of getting this sort of thing for nix projects in general? I often find myself cloning the repo for it just so I can grep for `mkOption` and I often wonder if there's a smarter way.
man configuration.nix Then use the search function of the pager.
works for home-manager
Re: Nix Home Manager Option Search
#8Of course everybody has 30 minutes to spare to try to understand what it is.
Re: Nix Home Manager Option Search
#9Is there a good way of getting this sort of thing for nix projects in general? I often find myself cloning the repo for it just so I can grep for `mkOption` and I often wonder if there's a smarter way.
Here's an example output that I generated for my config repo: https://jakehamilton.github.io/config/
Re: Nix Home Manager Option Search
#10I "love" these projects that won't even describe what they do on their front page or even in their manual. Of course everybody has 30 minutes to spare to try to understand what it is.
https://drakerossman.com/blog/how-to-add-home-manager-to-nix...