created config for my mom's laptop

This commit is contained in:
ISnortPennies 2023-02-05 18:50:32 -05:00
parent 0cec0448ce
commit 5970506437
8 changed files with 161 additions and 1 deletions

View file

@ -79,6 +79,22 @@
./nix.nix
];
};
moms-laptop = lib.nixosSystem {
inherit system pkgs;
specialArgs = {
inherit inputs;
settings = {
username = "jo";
version = "23.05";
hostname = "moms-laptop";
};
};
modules = [
./common.nix
./systems/mom.nix
./nix.nix
];
};
};
};
}