new-base-core #1

Merged
eriq12 merged 38 commits from new-base-core into main 2025-05-23 18:16:05 -04:00
41 changed files with 364 additions and 396 deletions
Showing only changes of commit 83e35bd806 - Show all commits

View File

@@ -17,8 +17,12 @@ modules:
scripts: scripts:
- enableautoupdates.sh # using systemd did not work, so using this script instead - enableautoupdates.sh # using systemd did not work, so using this script instead
- type: rpm-ostree - type: dnf
repos:
copr:
- erikreider/SwayNotificationCenter
install: install:
packages:
# environment # environment
# fuzzy finder # fuzzy finder
- fzf - fzf

View File

@@ -1,8 +1,8 @@
modules: modules:
- type: rpm-ostree - type: dnf
repos: repos:
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo copr:
- https://copr.fedorainfracloud.org/coprs/erikreider/SwayNotificationCenter/repo/fedora-%OS_VERSION%/erikreider-SwayNotificationCenter-fedora-%OS_VERSION%.repo - solopasha/hyprland
install: install:
- hyprland-git - hyprland-git
- hyprpanel - hyprpanel

View File

@@ -1,6 +1,7 @@
modules: modules:
- type: rpm-ostree - type: dnf
install: install:
packages:
- sddm - sddm
- sddm-themes - sddm-themes
- qt5-qtgraphicaleffects - qt5-qtgraphicaleffects

View File

@@ -1,8 +1,9 @@
modules: modules:
- type: rpm-ostree - type: dnf
repos: repos:
- rpmfusion nonfree: rpmfusion
install: install:
packages:
- steam - steam
# for game mode and big picture mode # for game mode and big picture mode
- gamescope - gamescope