mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
updated mom's laptop
This commit is contained in:
parent
32a4a75654
commit
4f83fd4389
4 changed files with 15 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue