nix-configs/hosts/x86_64/garrus/configuration.nix
2025-03-12 15:31:48 -06:00

21 lines
413 B
Nix

{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "garrus";
# System76
environment.systemPackages = with pkgs; [
system76-keyboard-configurator
firmware-manager
# COSMIC Utils
cosmic-ext-tweaks
cosmic-ext-forecast
cosmic-ext-tasks
cosmic-ext-calculator
cosmic-ext-examine
stellarshot
];
}