test
This commit is contained in:
parent
5f0bf2a818
commit
9007964ebf
1 changed files with 2 additions and 2 deletions
|
|
@ -46,13 +46,13 @@
|
||||||
overlays = [
|
overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
unstable = import nixpkgs-unstable {
|
unstable = import nixpkgs-unstable {
|
||||||
system = final.system;
|
inherit (final) system config;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
(import "${nixpkgs-unstable}/nixos/modules/services/misc/seerr.nix")
|
nixpkgs-unstable.nixosModules.seerr
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue