Add hetznix01

This commit is contained in:
Gene Liverman 2024-02-05 00:45:52 -05:00 committed by Gene Liverman
parent 0d868fc0aa
commit a62a3d136a
9 changed files with 120 additions and 14 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, genebean-omp-themes, ... }: {
home.stateVersion = "23.11";
imports = [
../../common/all-cli.nix
../../common/all-linux.nix
];
}