mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-02-24 00:47:11 +01:00
10 lines
146 B
Nix
10 lines
146 B
Nix
![]() |
{...}: {
|
||
|
networking.hostName = "vinzenz-pc3";
|
||
|
|
||
|
imports = [
|
||
|
./vinzenz-pc3-hardware-configuration.nix
|
||
|
./common.nix
|
||
|
./kde.nix
|
||
|
];
|
||
|
}
|