this repo has no description

fix(nix): finally resolve inf rec issues

awwpotato 23f5e0d4 4f69d74f

+1 -1
+1 -1
homeModule.nix
··· 63 63 let 64 64 cfg = config.programs.${name}.potatofox; 65 65 in 66 - lib.optionalAttrs cfg.enable { 66 + lib.mkIf cfg.enable { 67 67 home.file = lib.mapAttrs' ( 68 68 n: pcfg: 69 69 lib.nameValuePair ".${if name == "librewolf" then "librewolf" else "mozzila/${name}"}/${n}/chrome" {