From 6248e108a9a4646d64b2b37d6fcb07f0d46f952a Mon Sep 17 00:00:00 2001 From: unexplrd Date: Fri, 14 Mar 2025 18:58:46 +0200 Subject: [PATCH] fix a space --- modules/home/desktop/niri/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/niri/default.nix b/modules/home/desktop/niri/default.nix index 6b38711..7763d29 100644 --- a/modules/home/desktop/niri/default.nix +++ b/modules/home/desktop/niri/default.nix @@ -789,7 +789,7 @@ in { ''; in if hostname != "dunamis" - then (builtins.replaceStrings ["// variant \"colemak_dh,\" "] ["variant \"colemak_dh,\""] niriConfig) + then (builtins.replaceStrings ["// variant \"colemak_dh,\""] ["variant \"colemak_dh,\""] niriConfig) else niriConfig; }; };