diff options
Diffstat (limited to 'web/tmpl-pkgs.sls')
-rw-r--r-- | web/tmpl-pkgs.sls | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/web/tmpl-pkgs.sls b/web/tmpl-pkgs.sls index 245d7ee..d65d1cd 100644 --- a/web/tmpl-pkgs.sls +++ b/web/tmpl-pkgs.sls @@ -1,9 +1,4 @@ -web--tmpl-split-browser-pkgs: - pkg.installed: - - pkgs: - - qubes-repo-contrib - -web--tmpl-pkgs: +browser---minimal-tmpl-pkgs: pkg.installed: - pkgs: - qubes-core-agent-passwordless-root @@ -11,27 +6,4 @@ web--tmpl-pkgs: - qubes-core-agent-networking - qubes-core-agent-thunar - pulseaudio-qubes - - qubes-split-browser-disp - firefox-esr - -# {% if grains['os_family']|lower == 'debian' %} - -# extrepo: -# pkg.installed - -# 'http_proxy=http://127.0.0.1:8082 https_proxy=http://127.0.0.1:8082 extrepo enable librewolf': -# cmd.run - -# {% else %} - -# 'dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo': -# cmd.run - -# {% endif %} - -# librewolf-updated: -# pkg.uptodate: -# - refresh: True - -# librewolf: -# pkg.installed |