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";
|
arch = "x86_64-linux";
|
||||||
stable = nixpkgs-stable;
|
stable = nixpkgs-stable;
|
||||||
unstable = nixpkgs-unstable;
|
unstable = nixpkgs-unstable;
|
||||||
|
extraOverlays = [
|
||||||
|
system-manager.overlays.default
|
||||||
|
];
|
||||||
nur = nur;
|
nur = nur;
|
||||||
}
|
}
|
||||||
) system pkgs pkgs-unstable;
|
) system pkgs pkgs-unstable;
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
};
|
};
|
||||||
systemPackages =
|
systemPackages =
|
||||||
common.packages ++ [
|
common.packages ++ [
|
||||||
|
pkgs.system-manager
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue