Add desktop to gaming.nix
This commit is contained in:
parent
f103652630
commit
387a4e1f2f
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,14 @@
|
||||||
{ ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
networking.hostName = "gaming";
|
networking.hostName = "gaming";
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../base.nix
|
../base.nix
|
||||||
|
../desktop.nix
|
||||||
|
../users/vili.nix
|
||||||
../hardware-specific/nvidia.nix
|
../hardware-specific/nvidia.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
users.users.vili.hashedPasswordFile = lib.mkForce null;
|
||||||
services.qemuGuest.enable = true;
|
services.qemuGuest.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue