sddm theme

This commit is contained in:
2025-08-30 15:42:34 -05:00
parent 0ce461f34d
commit 6474b10e9f
5 changed files with 13 additions and 17 deletions

View File

@@ -16,7 +16,7 @@
];
home.activation.extraHyprFile = lib.hm.dag.entryAfter ["writeBoundary"] ''
if [ ! -f ${config.home.homeDirectory}/.config/hypr/otf.conf ] && [ -z ''$DRY_RUN ]; then
if [[ ! -f ${config.home.homeDirectory}/.config/hypr/otf.conf ]]; then
touch ${config.home.homeDirectory}/.config/hypr/otf.conf
fi
'';