dots/modules/hosts/home-manager-only/home-gene.nix
2025-08-11 08:30:02 -04:00

7 lines
114 B
Nix

{ pkgs, ... }: {
# Settings just for personal machines go here
home.packages = with pkgs; [
chirp
];
}