Compare commits
3 Commits
323a138969
...
74eec21fd8
Author | SHA1 | Date |
---|---|---|
earnest ma | 74eec21fd8 | |
earnest ma | 1366e5aeb6 | |
earnest ma | f0aa1ca177 |
|
@ -18,6 +18,7 @@
|
||||||
- Display Configuration (Use X11), Global scale 118.75%
|
- Display Configuration (Use X11), Global scale 118.75%
|
||||||
- Night color enable
|
- Night color enable
|
||||||
- Printers
|
- Printers
|
||||||
|
- Fokus plasma widget
|
||||||
|
|
||||||
## Calibre
|
## Calibre
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- '@Development tools'
|
- '@Development tools'
|
||||||
|
- alacritty
|
||||||
# Editors (more)
|
# Editors (more)
|
||||||
- codium
|
- codium
|
||||||
- emacs
|
- emacs
|
||||||
|
@ -66,6 +67,10 @@
|
||||||
# ansible
|
# ansible
|
||||||
- ansible # should already be available
|
- ansible # should already be available
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
|
# rpm
|
||||||
|
- fedpkg
|
||||||
|
- mock
|
||||||
|
- rpmdevtools
|
||||||
# langs
|
# langs
|
||||||
## Python
|
## Python
|
||||||
- python3
|
- python3
|
||||||
|
@ -80,6 +85,7 @@
|
||||||
- audacity
|
- audacity
|
||||||
- calibre
|
- calibre
|
||||||
- discord
|
- discord
|
||||||
|
- ffmpeg
|
||||||
- firefox
|
- firefox
|
||||||
- google-chrome-stable
|
- google-chrome-stable
|
||||||
- kio-gdrive # dolphin, google drive
|
- kio-gdrive # dolphin, google drive
|
||||||
|
@ -90,6 +96,7 @@
|
||||||
- remmina
|
- remmina
|
||||||
- thunderbird
|
- thunderbird
|
||||||
- qbittorrent
|
- qbittorrent
|
||||||
|
- wireguard-tools
|
||||||
# gaming
|
# gaming
|
||||||
- steam
|
- steam
|
||||||
- wine
|
- wine
|
||||||
|
@ -119,6 +126,5 @@
|
||||||
- com.spotify.Client
|
- com.spotify.Client
|
||||||
- md.obsidian.Obsidian
|
- md.obsidian.Obsidian
|
||||||
- net.cozic.joplin_desktop
|
- net.cozic.joplin_desktop
|
||||||
- org.gnome.Solanum
|
|
||||||
- us.zoom.Zoom
|
- us.zoom.Zoom
|
||||||
state: present
|
state: present
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
name: earne
|
name: earne
|
||||||
comment: EMW
|
comment: EMW
|
||||||
shell: /usr/bin/zsh
|
shell: /usr/bin/zsh
|
||||||
groups: earne,wheel
|
groups: earne,mock,wheel
|
||||||
|
|
Loading…
Reference in New Issue