nixos/unl0kr: fix runaway example

We intend with 2 spaces
This commit is contained in:
Sandro
2024-10-31 02:52:33 +01:00
committed by GitHub
parent 05e3b3d344
commit 61ee09bc5f
+5 -5
View File
@@ -30,11 +30,11 @@ in
example = lib.literalExpression ''
{
general.animations = true;
theme = {
default = "pmos-dark";
alternate = "pmos-light";
};
general.animations = true;
theme = {
default = "pmos-dark";
alternate = "pmos-light";
};
}
'';
default = { };