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; }; };