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

View file

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