-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapps.sls
299 lines (263 loc) · 7.39 KB
/
apps.sls
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
{% from 'arch/lib.sls' import aur_install, pacman_repo_key with context %}
{% from 'desktop/user/lib.sls' import user, user_info, user_home with context %}
{% from 'python/lib.sls' import pipx_install, pipx_inject %}
include:
- python
audio-pipewire:
pkg.installed:
- pkgs:
# easyeffects - Audio Effects for Pipewire applications
- easyeffects
# helvum - patchbay for pipewire, inspired by the JACK tool catia
- helvum
# coppwr - Low level PipeWire control GUI
- coppwr
{% load_yaml as pkgs %}
# Pipewire volume control for GNOME
- pwvucontrol
{% endload %}
{{ aur_install("audio-pipewire-aur", pkgs) }}
audio-converter:
pkg.installed:
- pkgs:
- sox
- soundconverter
# whipper - Python CD-DA ripper preferring accuracy over speed
- whipper
audio-editor:
pkg.installed:
- pkgs:
# tenacity - An easy-to-use multi-track audio editor and recorder, forked from Audacity
- tenacity
audio-workstation:
pkg.installed:
- pkgs:
- ardour
- new-session-manager
{{ pacman_repo_key("librewolf", "031F7104E932F7BD7416E7F6D2845E1305D6E801",
"732945040a8bc121f75bbac65059eca52880f9f6cb7c65ef91f63c2f0f48a4ac", user=user) }}
{{ pacman_repo_key("librewolf-bin", "662E3CDD6FE329002D0CA5BB40339DD82B12EF16",
"25216ea95a354481503e2596ec9ea7b72006e08d3e3bbf6f932dd3ffb096bd32", user=user) }}
browser:
pkg.installed:
- pkgs:
# disable firefox because we use librewolf as replacement
# - firefox
# chromium - open source version of google-chrome web browser
- chromium
- pdfjs
{% load_yaml as pkgs %}
# librewolf - Community-maintained fork of Firefox, focused on privacy, security and freedom
- librewolf-bin
{% endload %}
{{ aur_install("browser-aur", pkgs,
require=["test: trusted-repo-librewolf", "test: trusted-repo-librewolf-bin",
"pkg: browser", "pkg: password", "test: password-aur"]) }}
cad:
pkg.installed:
- pkgs:
# freecad - Feature based parametric 3D CAD modeler
- freecad
# openscad - programmers solid 3D CAD modeller
- openscad
chat:
pkg.installed:
- pkgs:
- element-desktop
- signal-desktop
- telegram-desktop
download:
pkg.installed:
- pkgs:
# Torrent Download Gui
- transmission-gtk
# yt-dlp - youtube-dl fork with additional features and fixes
- yt-dlp
fediverse:
pkg.installed:
- pkgs:
# tokodon - Mastodon client for Plasma
- tokodon
# tuba - Browse the Fediverse
- tuba
{% load_yaml as pkgs %}
# whalebird - Single-column Fediverse client for desktop
- whalebird
{% endload %}
{{ aur_install("fediverse-aur", pkgs) }}
file-sync:
pkg.installed:
- pkgs:
# syncthing - Open Source Continuous Replication / Cluster Synchronization Thing
- syncthing
# rclone - Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage
- rclone
file-rename:
pkg.installed:
- pkgs:
# pipe-rename - list of files as input, opens $EDITOR, then renames those files accordingly
# eg. find . -regex ".*[][?():'\"\!,&|].*" -print0 | xargs -0 renamer
- pipe-rename
gnome-extensions:
pkg.installed:
- pkgs:
# gnome-browser-connector - Native browser connector for integration with extensions.gnome.org
- gnome-browser-connector
mail-calendar-contacts:
pkg.installed:
- pkgs:
# Mail,Calendar,Contacts,Notes
- evolution
{% load_yaml as pkgs %}
- tabbed-git
# quickmedia - native client for web services. youtube, soundcloud, a.o.
- quickmedia-git
{% endload %}
{{ aur_install("media-player-aur", pkgs) }}
music-player:
pkg.installed:
- pkgs:
# lollypop - Music player for GNOME
- lollypop
# strawberry - music player aimed at audio enthusiasts and music collectors
- strawberry
music-tagger:
pkg.installed:
- pkgs:
# picard - Official MusicBrainz tagger
- picard
# optional dependencies for picard
- chromaprint
# beets - Flexible music library manager and tagger
- beets
# optional dependencies for beets
- python-pylast
- python-pyacoustid
paper:
pkg.installed:
- pkgs:
# paperwork - personal document manager, scanning, ocr, sorting, searching
- paperwork
# tesseract - tesseract OCR Engine
- tesseract
- tesseract-data-eng
- tesseract-data-deu
password:
pkg.installed:
- pkgs:
- keepassxc
- wl-clipboard
{% load_yaml as pkgs %}
- firefox-extension-keepassxc-browser
- chromium-extension-keepassxc-browser
- git-credential-keepassxc
{% endload %}
{{ aur_install("password-aur", pkgs, require="pkg: password") }}
pdf-tools:
pkg.installed:
- pkgs:
# evince - Document viewer (PDF, PostScript, XPS, djvu, dvi, tiff, cbr, cbz, cb7, cbt)
- evince
# mupdf - Lightweight PDF and XPS viewer
- mupdf
- mupdf-tools
{% load_yaml as pkgs %}
# sioyek - PDF viewer with a focus on textbooks and research papers
- sioyek
{% endload %}
{{ aur_install("pdf-viewer-aur", pkgs) }}
picture:
pkg.installed:
- pkgs:
- darktable
- digikam
# nautilus-image-converter - extension to rotate/resize image files
- nautilus-image-converter
# loupe - simple image viewer for GNOME
- loupe
# imv - Image viewer for Wayland and X11
- imv
# ### picture-pipx
# lama-cleaner - Image inpainting tool powered by SOTA AI Model
# Remove any unwanted object, defect, people or erase and replace any thing on your pictures.
pixel-graphic:
pkg.installed:
- pkgs:
- gimp
- krita
privacy:
pkg.installed:
- pkgs:
- torbrowser-launcher
# mat2 - Metadata removal tool, supporting a wide range of commonly used file formats
- mat2
{% load_yaml as pkgs %}
- metadata-cleaner
{% endload %}
{{ aur_install("privacy-aur", pkgs, require="pkg: privacy") }}
system-adm:
pkg.installed:
- pkgs:
# systemd-ui - Graphical front-end for systemd
- systemd-ui
# systemdgenie - Systemd management utility (kde gui)
- systemdgenie
# speech-to-text engine
# text-to-speech synthesizer
{% load_yaml as pkgs %}
- rhvoice
- rhvoice-voice-evgeniy-eng
{% endload %}
{{ aur_install("speech-synthesizer-aur", pkgs) }}
# themes
{% load_yaml as pkgs %}
# kali-themes - GTK theme included with Kali Linux
- kali-themes
{% endload %}
{{ aur_install("themes-aur", pkgs) }}
vector-graphic:
pkg.installed:
- pkgs:
- inkscape
- scour
video-converter:
pkg.installed:
- pkgs:
- handbrake
- avidemux-qt
video-editor:
pkg.installed:
- pkgs:
- openshot
- shotcut
- kdenlive
- noise-suppression-for-voice
video-loopback:
pkg.installed:
- pkgs:
- v4l2loopback-utils
- v4l2loopback-dkms
{% load_yaml as pkgs %}
- akvcam-dkms
{% endload %}
{{ aur_install("video-loopback-aur", pkgs) }}
video-player:
pkg.installed:
- pkgs:
- vlc
{% load_yaml as pkgs %}
- vlc-plugin-pipewire
{% endload %}
{{ aur_install("video-player-aur", pkgs) }}
video-studio:
pkg.installed:
- pkgs:
- obs-studio
- sndio
# snapshot - Take pictures and videos
- snapshot
{% load_yaml as pkgs %}
- webcamoid
- obs-pipewire-audio-capture
{% endload %}
{{ aur_install("video-studio-aur", pkgs) }}