asdasdas
This commit is contained in:
12
modules/hosts/Garand-Desktop/default.nix
Normal file
12
modules/hosts/Garand-Desktop/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
self,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
flake.nixosConfigurations."Garand-Desktop" = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = with self.modules.nixos; [
|
||||
variables
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user