Merge pull request #452 from genebean/hetznix02

Add hetznix02 via nixos-anywhere
This commit is contained in:
Gene Liverman 2024-09-06 22:07:16 -04:00 committed by GitHub
commit 5830b73379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 280 additions and 36 deletions

View file

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