From 39dbc968982b7722627b8ae5a23ed0ff485ba304 Mon Sep 17 00:00:00 2001 From: aemogie <54412618+aemogie@users.noreply.github.com> Date: Fri, 3 May 2024 18:06:43 +0530 Subject: [PATCH] chore: change default template to system --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 647bf2c..f4918c9 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ in { templates = { - default = self.templates.direnv; + default = self.templates.system; system = { path = ./system; description = "";