Renamed base-module and additional-stuff-module to more appropriate names, and moved accordingly. Added kde connect

This commit is contained in:
2025-06-17 22:36:36 -04:00
parent a4ccb540c8
commit b471730686
4 changed files with 17 additions and 14 deletions

View File

@@ -13,3 +13,15 @@ modules:
- 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
@@ -66,12 +63,6 @@ modules:
# power # power
- powerstat - powerstat
# software
- gnome-software
# disk management
- gnome-disk-utility
remove: remove:
packages: packages:
# remove firefox # remove firefox

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