From 4b379ab2310bef94923e7bc3ae23e05fa91e4bd4 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sun, 20 Oct 2024 07:41:43 +0700 Subject: [PATCH] chore(nix): Reformat --- .config/nix/users/ziro/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/nix/users/ziro/default.nix b/.config/nix/users/ziro/default.nix index 46a9d73..211c5ae 100644 --- a/.config/nix/users/ziro/default.nix +++ b/.config/nix/users/ziro/default.nix @@ -6,9 +6,10 @@ }; xdg.configFile = { - "nix/nix.conf".text = '' - experimental-features = nix-command flakes - ''; + "nix/nix.conf".text = + '' + experimental-features = nix-command flakes + ''; }; home.stateVersion = "24.11";