From 76724aacea5ccf256c726f1bbef7daff44ac5cd5 Mon Sep 17 00:00:00 2001 From: Brandon Kessler Date: Sun, 14 Dec 2025 15:56:55 -0700 Subject: [PATCH] feat: enables sddm in systemd --- 01-setup-niri-script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/01-setup-niri-script.sh b/01-setup-niri-script.sh index ee46d74..36f9274 100644 --- a/01-setup-niri-script.sh +++ b/01-setup-niri-script.sh @@ -16,3 +16,4 @@ curl -fsSL https://install.danklinux.com | sh #--------- SDDM -------------# #----------------------------# zypper -n install sddm +systemctl enable sddm --force