diff options
author | binary <me@rgoncalves.se> | 2021-02-20 18:29:00 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-02-20 18:29:00 +0100 |
commit | 8913825485d687e6b07454d7bb226a8b5d909433 (patch) | |
tree | f3e783f1323d0280c2bcebd5d1cdcf4c29486219 /roles/workstation/vars | |
parent | 2a0a4d8e2c97c1a3668c82a816dbd0b3129da3d2 (diff) | |
download | infrastructure-8913825485d687e6b07454d7bb226a8b5d909433.tar.gz |
Deprecate sudo for doas/opendoas
Diffstat (limited to 'roles/workstation/vars')
-rw-r--r-- | roles/workstation/vars/main.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/roles/workstation/vars/main.yml b/roles/workstation/vars/main.yml index c07c363..0c0fd33 100644 --- a/roles/workstation/vars/main.yml +++ b/roles/workstation/vars/main.yml @@ -7,7 +7,6 @@ pkgs_common: # desktop (backup over dwm) - bemenu - - i3 - i3status # editor - neovim @@ -38,12 +37,12 @@ pkgs_common: - zsh pkgs_archlinux: - # devel - - base-devel + # desktop + - i3-wm # editor - emacs # sys - - base + - opendoas # python - python-jedi - python-neovim @@ -53,6 +52,8 @@ pkgs_archlinux: - wireguard-dkms pkgs_openbsd: + # desktop + - i3 # devel - automake--%1.16 - clang-tools-extra |