aboutsummaryrefslogtreecommitdiff
path: root/vars/hostclass/desktop
blob: 8938965d539d0b63d8659de754d39af9d1705e4f (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#!/bin/sh

# UID/GID hiding breaks consolekit and KDE screen locker.
see_other_uids=1

# sndiod's control socket lives under /tmp, but sndoid starts *before* /tmp is
# cleared out, resulting in the socket being blown away.
clear_tmp_enable=false

desktop_common_packages="
bind-tools
cantarell-fonts
chromium
droid-fonts-ttf
eclipse
firefox
git
gnupg
inconsolata-ttf
krb5
libreoffice
libva-intel-media-driver
noto-basic
noto-emoji
password-store
py${python_version}-pip
signal-desktop
sndio
stow
terminus-font
terminus-ttf
tmux
tree
ubuntu-font
v4l-utils
v4l_compat
webcamd
webfonts 
wireguard-tools
xorg"

desktop_kde_packages='
dino
gajim
juk
k3b
kde5
kid3-qt6
kmix
konversation
sddm'

desktop_i3_packages='
compton
dunst
dmenu
i3
i3lock
i3status
profanity
xfontsel
xidle
xterm'