From f7ad1697b0b55fc1dade9162fcb7358896ec35f4 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 13 Feb 2026 10:24:57 +0100 Subject: [PATCH] style: run fmt --- modules/nix-config/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/nix-config/default.nix b/modules/nix-config/default.nix index f50a906..d75a21e 100644 --- a/modules/nix-config/default.nix +++ b/modules/nix-config/default.nix @@ -64,7 +64,10 @@ "nix-command" "flakes" ]; - trusted-users = [ "root" currentSystemUser ]; + trusted-users = [ + "root" + currentSystemUser + ]; }; nixpkgs.config.packageOverrides = pkgs: { nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/main.tar.gz") {