fixes
This commit is contained in:
+12
-10
@@ -1,10 +1,12 @@
|
||||
flake.nixosConfigurations.nixos = inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
self.nixosModules.nixos-host
|
||||
self.nixosModules.ui
|
||||
self.nixosModules.packages
|
||||
self.nixosModules.fonts
|
||||
self.nixosModules.shell
|
||||
];
|
||||
};
|
||||
{inputs,self,...}:{
|
||||
flake.nixosConfigurations.nixos = inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
self.nixosModules.nixos-host
|
||||
self.nixosModules.ui
|
||||
self.nixosModules.packages
|
||||
self.nixosModules.fonts
|
||||
self.nixosModules.shell
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user