more-setting-apps #14

Merged
eriq12 merged 4 commits from more-setting-apps into main 2025-06-18 00:38:25 -04:00
4 changed files with 17 additions and 8 deletions
Showing only changes of commit b471730686 - Show all commits

View File

@@ -12,4 +12,16 @@ modules:
# file manager # file manager
- nautilus - nautilus
- file-roller - file-roller
- file-roller-nautilus - file-roller-nautilus
# text editor
- neovim
# software store
- gnome-software
# disk management
- gnome-disk-utility
# kdeconnect
- kde-connect

View File

@@ -19,7 +19,6 @@ modules:
- flatpak-system-update.timer - flatpak-system-update.timer
user: user:
enabled: enabled:
- unlock-kwallet.service
- flatpak-user-update.timer - flatpak-user-update.timer
- type: dnf - type: dnf
@@ -36,8 +35,6 @@ modules:
- mediainfo - mediainfo
- playerctl - playerctl
- alsa-firmware - alsa-firmware
# text editor
- neovim
# tools for evocation # tools for evocation
- just - just
# zip utilities # zip utilities
@@ -65,12 +62,6 @@ modules:
# power # power
- powerstat - powerstat
# software
- gnome-software
# disk management
- gnome-disk-utility
remove: remove:
packages: packages:

View File

@@ -13,8 +13,8 @@ image-version: 42 # latest is also supported if you want new updates ASAP
# you can include multiple instances of the same module # you can include multiple instances of the same module
modules: modules:
- from-file: components/sddm-module.yml - from-file: components/sddm-module.yml
- from-file: components/base-module.yml - from-file: components/core-module.yml
- from-file: components/additional-stuff-module.yml - from-file: components/base-applications-module.yml
- from-file: components/appearance-module.yml - from-file: components/appearance-module.yml
- from-file: components/sys-files-module.yml - from-file: components/sys-files-module.yml
- from-file: components/hyprland-module.yml - from-file: components/hyprland-module.yml

View File

@@ -13,8 +13,8 @@ image-version: 42 # latest is also supported if you want new updates ASAP
# you can include multiple instances of the same module # you can include multiple instances of the same module
modules: modules:
- from-file: components/sddm-module.yml - from-file: components/sddm-module.yml
- from-file: components/base-module.yml - from-file: components/core-module.yml
- from-file: components/additional-stuff-module.yml - from-file: components/base-applications-module.yml
- from-file: components/appearance-module.yml - from-file: components/appearance-module.yml
- from-file: components/nvidia-module.yml - from-file: components/nvidia-module.yml
- from-file: components/sys-files-module.yml - from-file: components/sys-files-module.yml