dots/modules/home-manager/hosts/AirPuppet/gene.nix
2023-12-17 13:13:52 -05:00

9 lines
181 B
Nix

{ pkgs, genebean-omp-themes, ... }: {
home.stateVersion = "23.11";
imports = [
../../common/all-cli.nix
../../common/all-gui.nix
../../common/all-darwin.nix
];
}