From 2530a97d06bfbe617b7f31189cc3477fc700f5a3 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 15 Jan 2024 18:01:40 +0300 Subject: [PATCH] Adjust spacing --- hosts/enka/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/enka/default.nix b/hosts/enka/default.nix index 094d0ed..4f66372 100644 --- a/hosts/enka/default.nix +++ b/hosts/enka/default.nix @@ -1,8 +1,7 @@ { config, ulib, ... }: with ulib; merge (systemConfiguration { - system.stateVersion = "23.05"; - + system.stateVersion = "23.05"; nixpkgs.hostPlatform = "x86_64-linux"; time.timeZone = "Europe/Istanbul";