mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
fix: Fixed default template.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
}) // {
|
||||
nixosModules.default = { config, pkgs, ... }: {
|
||||
config = {
|
||||
environment.systemPackages = with [ pkgs.git ];
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
/* Your config here */
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user