nix-configs/hosts/x86_64/garrus/configuration.nix
2025-04-11 07:16:44 -06:00

13 lines
233 B
Nix

{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "garrus";
# System76
environment.systemPackages = with pkgs; [
system76-keyboard-configurator
firmware-manager
];
}