Compare commits

...

2 commits

Author SHA1 Message Date
23cc0fcc02
fix: switch to nvidia image 2024-11-17 23:28:45 +01:00
880c7b90a1
feat: switch to niri 2024-11-17 19:59:08 +01:00
4 changed files with 27 additions and 8 deletions

View file

@ -33,7 +33,7 @@ ARG SOURCE_IMAGE="base"
# - stable-zfs
# - stable-nvidia-zfs
# - (and the above with testing rather than stable)
ARG SOURCE_SUFFIX="-main"
ARG SOURCE_SUFFIX="-nvidia"
## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest
ARG SOURCE_TAG="latest"

View file

@ -6,6 +6,9 @@ RELEASE="$(rpm -E %fedora)"
### Add repos
# Add niri repo
curl -Lo /etc/yum.repos.d/yalter-niri-fedora-"${RELEASE}".repo https://copr.fedorainfracloud.org/coprs/yalter/niri/repo/fedora-"${RELEASE}"/yalter-niri-fedora-"${RELEASE}".repo
# Add Staging repo
curl -Lo /etc/yum.repos.d/ublue-os-staging-fedora-"${RELEASE}".repo https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-"${RELEASE}"/ublue-os-staging-fedora-"${RELEASE}".repo
@ -60,12 +63,23 @@ WantedBy=default.target
EOF
done
#### Setup niri deps
mkdir /usr/lib/systemd/user/niri.service.wants
ln -s /usr/lib/systemd/user/mako.service /usr/lib/systemd/user/niri.service.wants/
ln -s /usr/lib/systemd/user/waybar.service /usr/lib/systemd/user/niri.service.wants/
ln -s /usr/lib/systemd/user/swayidle.service /usr/lib/systemd/user/niri.service.wants/
ln -s /usr/lib/systemd/user/kanshi.service /usr/lib/systemd/user/niri.service.wants/
#### Services
# systemctl enable docker.socket
systemctl enable podman.socket
systemctl enable podman-auto-update.timer
# systemctl enable tailscaled.service
systemctl enable -f --global niri.service
systemctl enable -f --global flatpak-setup.service
systemctl enable -f --global azure-topgrade.service
systemctl enable -f --global azure-cli.target

View file

@ -0,0 +1,8 @@
[Unit]
PartOf=graphical-session.target
After=graphical-session.target
Requisite=graphical-session.target
[Service]
ExecStart=/usr/bin/swayidle -w
Restart=on-failure

View file

@ -1,6 +1,6 @@
# Compositor
xorg-x11-server-Xwayland
river
niri
# apps
foot
@ -8,17 +8,14 @@ mako
waybar
kanshi
fuzzel
# Fingerprint
swaybg
swayidle
swaylock
# fonts
nerd-fonts
fontawesome-fonts-all
# lock
swayidle
swaylock
# utility
slurp
grimshot