setup desktop with nixos

This commit is contained in:
Vinzenz Schroeter 2023-08-27 13:28:13 +02:00
parent 4585904bdc
commit be2290371c
9 changed files with 106 additions and 24 deletions

9
vinzenz-pc3.nix Normal file
View file

@ -0,0 +1,9 @@
{...}: {
networking.hostName = "vinzenz-pc3";
imports = [
./vinzenz-pc3-hardware-configuration.nix
./common.nix
./kde.nix
];
}