nixos/systems/gwyn/configuration.nix

19 lines
312 B
Nix

{ ... }:
{
imports =
[
../../modules/desktop.nix
../../hardware/bluetooth
./hardware-configuration.nix
];
networking.hostName = "gwyn"; # Define your hostname.
virtualisation.virtualbox.host.enable = true;
environment.variables = {
ZWEILI_HARDWARE = "precision";
};
}