tangled
alpha
login
or
join now
da157.id
/
potatofox
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
fix(nix): finally resolve inf rec issues
awwpotato
8 months ago
23f5e0d4
4f69d74f
+1
-1
1 changed file
expand all
collapse all
unified
split
homeModule.nix
+1
-1
homeModule.nix
···
63
63
let
64
64
cfg = config.programs.${name}.potatofox;
65
65
in
66
66
-
lib.optionalAttrs cfg.enable {
66
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" {