fix a space

This commit is contained in:
2025-03-14 18:58:46 +02:00
parent 4607b47fca
commit 6248e108a9

View File

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