nix-configs/systems/galp3-b.nix
2023-03-03 15:51:26 +00:00

9 lines
151 B
Nix

{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "garrus";
# System76
hardware.system76.enableAll = true;
}