move nur overlay to flake.nix
This commit is contained in:
parent
1341c0520b
commit
ed5ed796df
2 changed files with 2 additions and 26 deletions
|
@ -24,15 +24,14 @@
|
|||
inherit (self) outputs;
|
||||
in
|
||||
{
|
||||
overlays = { nurPackages = nur.overlay; };
|
||||
nixosConfigurations.pim = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit outputs; };
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
{ nixpkgs.overlays = [ nur.overlay ]; }
|
||||
./configuration.nix
|
||||
agenix.nixosModules.default
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = { inherit nur; };
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.pim = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue