From 8cd0d5faa5f546472d3be5e843d58402ae3215a6 Mon Sep 17 00:00:00 2001 From: Mirza Esaaf Shuja Date: Wed, 8 Oct 2025 02:48:27 +0200 Subject: [PATCH] fix: use correct hyprland config template for greeter (#338) --- nix/greeter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/greeter.nix b/nix/greeter.nix index 13c76383..9050cec6 100644 --- a/nix/greeter.nix +++ b/nix/greeter.nix @@ -22,7 +22,7 @@ ''; hyprland = '' export PATH=$PATH:${lib.makeBinPath [ config.programs.hyprland.package ]} - hyprland -c ${buildCompositorConfig ../Modules/Greetd/assets/dms-niri.kdl} \ + hyprland -c ${buildCompositorConfig ../Modules/Greetd/assets/dms-hypr.conf} \ ''; };