updated mom's laptop

This commit is contained in:
Gerg-L 2023-02-17 22:56:18 -05:00
parent 32a4a75654
commit 4f83fd4389
4 changed files with 15 additions and 19 deletions

View file

@ -35,6 +35,7 @@
unstable,
stable,
flake-utils,
nvim-flake,
...
} @ inputs:
{
@ -57,6 +58,7 @@
{
nixpkgs.overlays = [
(import ./pkgs)
nvim-flake.overlays.default
];
}
];
@ -77,7 +79,7 @@
(import ./systems/laptop.nix inputs)
];
};
moms-laptop = stable.lib.nixosSystem {
moms-laptop = unstable.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs self;