mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-07-02 21:47:14 +02:00
Add setup for kevin-pc
This commit is contained in:
parent
a1290306de
commit
e003c79799
7 changed files with 180 additions and 15 deletions
|
@ -42,9 +42,14 @@ in
|
|||
kevin-tp = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = defaultModules ++ homeManagerSetup ++ [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./kevin-tp/configuration.nix
|
||||
];
|
||||
};
|
||||
kevin-pc = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = defaultModules ++ homeManagerSetup ++ [
|
||||
./kevin-pc/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue