From 61ee09bc5f578b43a359a5554affbc2ecd886fe2 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 31 Oct 2024 02:52:33 +0100 Subject: [PATCH] nixos/unl0kr: fix runaway example We intend with 2 spaces --- nixos/modules/system/boot/unl0kr.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/modules/system/boot/unl0kr.nix b/nixos/modules/system/boot/unl0kr.nix index 3b64f580aaf4..30cf3ff8105e 100644 --- a/nixos/modules/system/boot/unl0kr.nix +++ b/nixos/modules/system/boot/unl0kr.nix @@ -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 = { };