Refactor nixarr without extra import
This commit is contained in:
@@ -31,14 +31,12 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
nixarr.url = "github:rasmus-kirk/nixarr";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
catppuccin,
|
||||
lanzaboote,
|
||||
nixarr,
|
||||
nur,
|
||||
plasma-manager,
|
||||
sops-nix,
|
||||
@@ -130,7 +128,7 @@
|
||||
host = hosts.nixarr;
|
||||
nixpkgs = inputs.nixpkgs;
|
||||
home-manager = inputs.home-manager;
|
||||
modules = [nixarr.nixosModules.default];
|
||||
modules = [];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user