Kieran's opinionated (and probably slightly dumb) nix config

bug: finally squash the overlay bug

dunkirk.sh 17306901 54a8823f

verified
-5
-5
modules/home/apps/crush/crush-module.nix
··· 2 2 config, 3 3 lib, 4 4 pkgs, 5 - inputs, 6 5 ... 7 6 }: 8 7 { 9 - imports = [ 10 - inputs.nur.modules.homeManager.default 11 - ]; 12 - 13 8 options.programs.crush = { 14 9 enable = lib.mkEnableOption "Enable crush"; 15 10 settings = import ./_crush-options.nix { inherit lib; };