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