web-browser: move default enable flag to programs/default.nix

This commit is contained in:
Colin 2023-05-05 23:01:42 +00:00
parent 94a8c00a40
commit d220aadc2d
2 changed files with 1 additions and 1 deletions

View File

@ -299,6 +299,7 @@ in
guiApps = {
package = null;
suggestedPrograms = (attrNames guiPkgs)
++ [ "web-browser" ]
++ [ "tuiApps" ]
++ optional (pkgs.system == "x86_64-linux") "x86GuiApps";
};

View File

@ -148,7 +148,6 @@ in
config = mkMerge [
({
sane.programs.guiApps.suggestedPrograms = [ "web-browser" ];
sane.programs.web-browser = {
inherit package;