adjusting-theming #12
15
recipes/components/additional-stuff-module.yml
Normal file
15
recipes/components/additional-stuff-module.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
modules:
|
||||||
|
- type: dnf
|
||||||
|
install:
|
||||||
|
skip-unavailable: true
|
||||||
|
packages:
|
||||||
|
# fuzzy finder
|
||||||
|
- fzf
|
||||||
|
|
||||||
|
# dmenu runner
|
||||||
|
- fuzzel
|
||||||
|
|
||||||
|
# file manager
|
||||||
|
- nautilus
|
||||||
|
- file-roller
|
||||||
|
- file-roller-nautilus
|
19
recipes/components/appearance-module.yml
Normal file
19
recipes/components/appearance-module.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
modules:
|
||||||
|
- type: dnf
|
||||||
|
repos:
|
||||||
|
copr:
|
||||||
|
- peterwu/rendezvous
|
||||||
|
install:
|
||||||
|
skip-unavailable: true
|
||||||
|
packages:
|
||||||
|
# emoji fonts
|
||||||
|
- google-noto-emoji-fonts
|
||||||
|
|
||||||
|
# theme and GUI
|
||||||
|
- fontawesome-fonts-all
|
||||||
|
- gnome-themes-extra
|
||||||
|
- gnome-icon-theme
|
||||||
|
- paper-icon-theme
|
||||||
|
- breeze-icon-theme
|
||||||
|
- papirus-icon-theme
|
||||||
|
- bibata-cursor-themes
|
@@ -26,8 +26,6 @@ modules:
|
|||||||
install:
|
install:
|
||||||
packages:
|
packages:
|
||||||
# environment
|
# environment
|
||||||
# fuzzy finder
|
|
||||||
- fzf
|
|
||||||
# power profiles like
|
# power profiles like
|
||||||
- tuned-ppd
|
- tuned-ppd
|
||||||
# xwayland
|
# xwayland
|
||||||
@@ -50,14 +48,9 @@ modules:
|
|||||||
# qt ct packages
|
# qt ct packages
|
||||||
- qt5ct
|
- qt5ct
|
||||||
- qt6ct
|
- qt6ct
|
||||||
# emoji fonts
|
|
||||||
- google-noto-emoji-fonts
|
|
||||||
# vulkan
|
# vulkan
|
||||||
- vulkan-tools
|
- vulkan-tools
|
||||||
- vulkan-validation-layers
|
- vulkan-validation-layers
|
||||||
|
|
||||||
# dmenu runner
|
|
||||||
- fuzzel
|
|
||||||
|
|
||||||
# polkit
|
# polkit
|
||||||
- polkit
|
- polkit
|
||||||
@@ -73,19 +66,6 @@ modules:
|
|||||||
- bluez-tools
|
- bluez-tools
|
||||||
- firewall-config
|
- firewall-config
|
||||||
|
|
||||||
# file manager
|
|
||||||
- nautilus
|
|
||||||
- file-roller
|
|
||||||
- file-roller-nautilus
|
|
||||||
|
|
||||||
# theme and GUI
|
|
||||||
- fontawesome-fonts-all
|
|
||||||
- gnome-themes-extra
|
|
||||||
- gnome-icon-theme
|
|
||||||
- paper-icon-theme
|
|
||||||
- breeze-icon-theme
|
|
||||||
- papirus-icon-theme
|
|
||||||
|
|
||||||
# power
|
# power
|
||||||
- powerstat
|
- powerstat
|
||||||
|
|
||||||
|
@@ -14,6 +14,8 @@ image-version: 42 # latest is also supported if you want new updates ASAP
|
|||||||
modules:
|
modules:
|
||||||
- from-file: components/sddm-module.yml
|
- from-file: components/sddm-module.yml
|
||||||
- from-file: components/base-module.yml
|
- from-file: components/base-module.yml
|
||||||
|
- from-file: components/additional-stuff-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
|
||||||
- from-file: components/zsh-module.yml
|
- from-file: components/zsh-module.yml
|
||||||
|
@@ -14,6 +14,8 @@ image-version: 42 # latest is also supported if you want new updates ASAP
|
|||||||
modules:
|
modules:
|
||||||
- from-file: components/sddm-module.yml
|
- from-file: components/sddm-module.yml
|
||||||
- from-file: components/base-module.yml
|
- from-file: components/base-module.yml
|
||||||
|
- from-file: components/additional-stuff-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
|
||||||
- from-file: components/hyprland-module.yml
|
- from-file: components/hyprland-module.yml
|
||||||
|
Reference in New Issue
Block a user