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