setup desktop with nixos
This commit is contained in:
parent
4585904bdc
commit
be2290371c
9 changed files with 106 additions and 24 deletions
9
vinzenz-pc3.nix
Normal file
9
vinzenz-pc3.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
networking.hostName = "vinzenz-pc3";
|
||||
|
||||
imports = [
|
||||
./vinzenz-pc3-hardware-configuration.nix
|
||||
./common.nix
|
||||
./kde.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue