dots/modules/home-manager/hosts/hetznix01/gene.nix
2024-06-15 15:37:49 -04:00

7 lines
152 B
Nix

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