aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/defaults/main.yml
blob: 3935e130d2f273f976a97289bcca3d51500b697c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
ws_user: qwd
ws_pip_pkgs:
  - 
ws_pipx_pkgs:
  - wal
ws_pkgs:
  common:
    - feh
    - git
    - gnupg
    - htop
    - ipmitool
    - mpv
    - neovim
    - rtorrent
    - syncthing
    - tar
    - tor
    - unzip
    - wget
    - zip
    - zsh
    - dmenu

  archlinux:
    - acpi
    - docker
    - docker-compose
    - opendoas
    - pcsc-tools
    - wireguard-tools
    - pipewire
    - pipewire-pulse
    - xorg-xwayland

  openbsd:
    - pcsc-lite
    - pcsc-tools
remember that computers suck.