This commit is contained in:
2022-03-19 15:19:11 +01:00
parent c5f3a6e389
commit 32c395c33a
6 changed files with 31 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ in {
config = lib.mkIf cfg.enable {
environment = {
systemPackages = with pkgs; [ firefox-wayland /*tor-browser-bundle-bin*/ ];
systemPackages = with pkgs; [ firefox-wayland tor-browser-bundle-bin ];
# Deploy a Firefox policy to set the search engine and do some other things
etc."firefox/policies/policies.json".source = ./policies.json;