fix: Fixed default template.

This commit is contained in:
Spencer Brower
2022-12-13 12:47:53 -05:00
parent f95ce70d57
commit 298834a093

View File

@@ -16,7 +16,7 @@
}) // {
nixosModules.default = { config, pkgs, ... }: {
config = {
environment.systemPackages = with [ pkgs.git ];
environment.systemPackages = [ pkgs.git ];
/* Your config here */
};
};