Add Niri
Some checks failed
Build container image / Build and push image (pull_request) Has been cancelled

This commit is contained in:
2025-11-13 17:48:52 +09:00
parent 1291cf7dcf
commit a675b9e51c

View File

@@ -46,6 +46,15 @@ dnf5 install -y \
1password 1password-cli \
tailscale
# Install Niri, the scrollable-tiling window compositor
# https://yalter.github.io/niri/
dnf5 -y copr enable avengemedia/dms
dnf5 -y install niri dms
systemctl --user add-wants niri.service dms
dnf5 -y copr disable avengemedia/dms
## CLEANUP
# Delete 1Password and Tailscale repos once packages are installed
# so they don't end up in the final image.
rm \
@@ -71,7 +80,6 @@ rm \
#flatpak remote-delete --force fedora
#flatpak remote-delete --force fedora-testing
# TODO: Add flathub remove, enable, and remove filter
# TODO: Install core GNOME Flatpak apps
# TODO: Install my own commonly used Flatpak apps
@@ -85,7 +93,5 @@ rm \
# Disable COPRs so they don't end up enabled on the final image:
# dnf5 -y copr disable ublue-os/staging
#### Example for enabling a System Unit File
# systemctl enable podman.socket
# Enable Tailscale service
systemctl enable tailscaled