hello everyone!!!
so there’s this site called https://searchix.ovh/ and it’s basically like a meta search engine for nix, right, like it shows you immediately whether there is an option for the package or not, which is usually the better alternative than having to install just the pkgs.pkg
in environment.systemPackages
, right…
so uhm… that would’ve been nice to know 6000 lines ago in my configuration.nix
(which i’ve heard is a large number?)
is there a way to, uh, how do i say this… (5 minutes later)… check and see if any of my systemPackages
have their own services.
or programs.
options as alternative? such as, for example, pkgs.firefox
becomes programs.firefox.enable
or something?
or was i, am i… supposed to check them one by one manually?
thanks!!
EDIT: still no answer…