mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
created config for my mom's laptop
This commit is contained in:
parent
0cec0448ce
commit
5970506437
8 changed files with 161 additions and 1 deletions
16
flake.nix
16
flake.nix
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue