From 8f8ca90bba104f8497d87848c976f380b53f8290 Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 30 Mar 2024 15:26:48 +0100 Subject: [PATCH] configuration: changes to browsers --- = | 1 + .../profile/common/private/default.nix | Bin 283 -> 317 bytes configurations/profile/home/browser.nix | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 = diff --git a/= b/= new file mode 100644 index 0000000..55b7a6c --- /dev/null +++ b/= @@ -0,0 +1 @@ +256 256 diff --git a/configurations/profile/common/private/default.nix b/configurations/profile/common/private/default.nix index 6fd09d6e24f7c2246599fba81ef663e6dee12d70..2bd598162807e9767f749503e7e867ead1a73c4e 100644 GIT binary patch literal 317 zcmV-D0mA+OM@dveQdv+`0JBt1-$Eccq-8@?tX{GQcuYTkW`HECCHRlX|0|=%4&nJ^F(sfT6tKi%#OT{N(P_GR#k#u+j&cn-f^W&e*pZT?h z?^uP6D>QIVufbJgOMLeNL}#3-mbSP6YUO1T@t^8kT4J- Ppj2ER^Zf^>0kT|xRqLtOPdi|qr zFhPBt{%>OKblDCXVU34%&pAUKh7^JZL3_dpk7YE8=FeA+0?*ub?*SJx5;U%Eh%Zto5z#hLr=tlJfSoE;J=KiX h9?a&MhUFC)aHSA1Yk?*|nocI@K&iQPTF6itzvd diff --git a/configurations/profile/home/browser.nix b/configurations/profile/home/browser.nix index 06f3ae1..71b09a6 100644 --- a/configurations/profile/home/browser.nix +++ b/configurations/profile/home/browser.nix @@ -5,8 +5,8 @@ in { options = let mkBoolOpt = materusArg.pkgs.lib.mkBoolOpt; in { - materus.profile.browser.firefox.enable = mkBoolOpt config.materus.profile.enableDesktop "Enable Firefox with materus cfg"; - materus.profile.browser.vivaldi.enable = mkBoolOpt config.materus.profile.enableDesktop "Enable Vivaldi with materus cfg"; + materus.profile.browser.firefox.enable = mkBoolOpt false "Enable Firefox with materus cfg"; + materus.profile.browser.vivaldi.enable = mkBoolOpt false "Enable Vivaldi with materus cfg"; materus.profile.browser.brave.enable = mkBoolOpt false "Enable Brave with materus cfg"; };