tangled
alpha
login
or
join now
quilling.dev
/
nixos-config
2
fork
atom
My personal nix config files. Feel free to import flake.
2
fork
atom
overview
issues
pulls
pipelines
enable firefox
quilling.dev
9 months ago
e2a2d7b4
9a937d9c
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
home-manager
by-category
gui
browsers.nix
+1
-1
modules/home-manager/by-category/gui/browsers.nix
···
36
36
"--disable-features=WebRtcAllowInputVolumeAdjustment"
37
37
];
38
38
};
39
39
-
firefox.enable = false; # 1.6GB / 300MB
39
39
+
firefox.enable = true; # 1.6GB / 300MB
40
40
};
41
41
};
42
42
}