This commit is contained in:
2025-08-30 13:32:09 -05:00
parent bb3d875d77
commit 0ce461f34d

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 ] && [ -z ''$DRY_RUN ]; then
touch ${config.home.homeDirectory}/.config/hypr/otf.conf
fi
'';