dots/modules/home-manager/hosts/hetznix01/gene.nix

7 lines
125 B
Nix

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