nix-configs/systems/galp3-b.nix
2023-05-12 22:16:12 +00:00

9 lines
151 B
Nix

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