restructure
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
flake.nixosConfigurations."laptop" = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
||||
modules = [
|
||||
self.nixosModules.laptop
|
||||
self.nixosModules.laptop-hardware
|
||||
modules = with self.nixosModules; [
|
||||
user-nathan
|
||||
laptop
|
||||
laptop-hardware
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user