Shared nix modules for my configurations.
0

Configure Feed

Select the types of activity you want to include in your feed.

Adjust CLAUDE.md

Ivan Ilak (Apr 16, 2026, 7:36 PM +0200) ee9560da ffab5663

+21
+21
CLAUDE.md
··· 22 22 nix flake check 23 23 ``` 24 24 25 + ## Nix Option Search 26 + 27 + Always use `manix` to search NixOS, Home Manager, and nix-darwin options: 28 + 29 + ```bash 30 + manix "services.openssh" 31 + manix "programs.zsh" 32 + ``` 33 + 34 + Use `--source` to restrict results when the option type is known: 35 + 36 + ```bash 37 + manix --source nixos_options "services.openssh" 38 + manix --source hm_options "programs.zsh" 39 + manix --source nd_options "system.defaults" 40 + ``` 41 + 42 + Available sources: `hm_options`, `nd_options`, `nixos_options`, `nixpkgs_doc`, `nixpkgs_tree`, `nixpkgs_comments` 43 + 44 + `manix` is installed on `plessur` in `nix-config` (`hosts/plessur/packages.nix`). 45 + 25 46 ## Architecture 26 47 27 48 ### Module Categories