Renamed base-module and additional-stuff-module to more appropriate names, and moved accordingly. Added kde connect
This commit is contained in:
27
recipes/components/base-applications-module.yml
Normal file
27
recipes/components/base-applications-module.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
modules:
|
||||
- type: dnf
|
||||
install:
|
||||
skip-unavailable: true
|
||||
packages:
|
||||
# fuzzy finder
|
||||
- fzf
|
||||
|
||||
# dmenu runner
|
||||
- fuzzel
|
||||
|
||||
# file manager
|
||||
- nautilus
|
||||
- file-roller
|
||||
- file-roller-nautilus
|
||||
|
||||
# text editor
|
||||
- neovim
|
||||
|
||||
# software store
|
||||
- gnome-software
|
||||
|
||||
# disk management
|
||||
- gnome-disk-utility
|
||||
|
||||
# kdeconnect
|
||||
- kde-connect
|
Reference in New Issue
Block a user