initial commit

This commit is contained in:
beanigen 2025-01-28 20:32:10 +08:00
commit d58ad9d46d
No known key found for this signature in database
23 changed files with 3527 additions and 0 deletions

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

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