mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
feat: Added git to default machine.
This commit is contained in:
@@ -6,8 +6,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, sbrow }: {
|
outputs = { self, nixpkgs, sbrow }: {
|
||||||
nixosModules.default = { config, ... }: {
|
nixosModules.default = { config, nixpkgs, ... }: {
|
||||||
config = {
|
config = {
|
||||||
|
environment.systemPackages = with nixpkgs; [ git ];
|
||||||
/* Your config here */
|
/* Your config here */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user