diff --git a/home-manager/programs/hyprland/default.nix b/home-manager/programs/hyprland/default.nix index e4c0ad3..9b97586 100644 --- a/home-manager/programs/hyprland/default.nix +++ b/home-manager/programs/hyprland/default.nix @@ -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 '';