1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

fix: use correct hyprland config template for greeter (#338)

This commit is contained in:
Mirza Esaaf Shuja
2025-10-08 02:48:27 +02:00
committed by GitHub
parent a741d892a9
commit 8cd0d5faa5

View File

@@ -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} \
'';
};