Initial commit
This commit is contained in:
9
modules/host/laptop/default.nix
Normal file
9
modules/host/laptop/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ self, inputs, ... }: {
|
||||
|
||||
flake.nixosConfigurations.laptop = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
self.nixosModules.laptopConfiguration
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user