mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
10 lines
146 B
Nix
10 lines
146 B
Nix
|
{...}: {
|
||
|
networking.hostName = "vinzenz-pc2";
|
||
|
|
||
|
imports = [
|
||
|
./vinzenz-pc2-hardware-configuration.nix
|
||
|
./common.nix
|
||
|
./kde.nix
|
||
|
];
|
||
|
}
|