first commit

This commit is contained in:
alyx 2026-02-20 23:07:13 +00:00
commit 00add66a97
No known key found for this signature in database
8 changed files with 391 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:{
imports = [
./absolution.nix
../generic.nix
];
}