the return of hypermac

This commit is contained in:
beanigen 2025-03-03 14:48:08 +08:00
parent d11bfc67ec
commit f5f2fa95d4
No known key found for this signature in database
6 changed files with 270 additions and 4 deletions

10
base/hypermac/default.nix Normal file
View file

@ -0,0 +1,10 @@
{config, pkgs, ...}:{
imports = [
./configuration.nix
../overrides.nix
../ssh.nix
../firewall.nix
../substituters.nix
../fonts.nix
];
}