fix(nix): Install system-manager
I missed this since I haven't deal with overlays that much before.
This commit is contained in:
parent
e6e33fe186
commit
e061a0379f
2 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,9 @@ in
|
|||
arch = "x86_64-linux";
|
||||
stable = nixpkgs-stable;
|
||||
unstable = nixpkgs-unstable;
|
||||
extraOverlays = [
|
||||
system-manager.overlays.default
|
||||
];
|
||||
nur = nur;
|
||||
}
|
||||
) system pkgs pkgs-unstable;
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
};
|
||||
systemPackages =
|
||||
common.packages ++ [
|
||||
pkgs.system-manager
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue