Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore(mazurek): update confs, try containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Mar 2, 2024
1 parent 0e7fce0 commit afbe894
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/common/sneexy/mazurek/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ repos:
# nwg-shell and friends
- https://copr.fedorainfracloud.org/coprs/tofik/nwg-shell/repo/fedora-%OS_VERSION%/tofik-nwg-shell-fedora-%OS_VERSION%.repo

# albert
- https://download.opensuse.org/repositories/home:manuelschneid3r/Fedora_%OS_VERSION%/home:manuelschneid3r.repo

# wezterm
- https://copr.fedorainfracloud.org/coprs/wezfurlong/wezterm-nightly/repo/fedora-%OS_VERSION%/wezfurlong-wezterm-nightly-fedora-%OS_VERSION%.repo
install:
Expand Down Expand Up @@ -70,6 +73,7 @@ install:
- wlogout
- cliphist
- nwg-clipman
- albert

# file manager
- thunar
Expand Down
5 changes: 5 additions & 0 deletions config/recipes/sneexy/mazurek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ modules:
# installs system related packages
- from-file: common/sneexy/mazurek/system.yml

# sddm user setup
- type: containerfile
containerfiles:
- sddm

# installs user/userspace related packages
- from-file: common/sneexy/mazurek/user.yml

Expand Down
1 change: 1 addition & 0 deletions config/scripts/system-mazurek.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/sneexy-swayland-fedora-$(rpm -
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/erikreider-SwayNotificationCenter-fedora-$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/solopasha-hyprland-fedora-$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/tofik-nwg-shell-fedora-$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/home:manuelschneid3r.repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/wezfurlong-wezterm-nightly-fedora-$(rpm -E %fedora).repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.repo
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite-multilib.repo
Expand Down
7 changes: 7 additions & 0 deletions sddm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ARG IMAGE_MAJOR_VERSION=39
ARG BASE_IMAGE_URL=ghcr.io/sernik-tech/mazurek

FROM ${BASE_IMAGE_URL}:${IMAGE_MAJOR_VERSION}

RUN groupadd -g 972 sddm
RUN useradd -u 972 -g 972 sddm

0 comments on commit afbe894

Please sign in to comment.