init: initial setup

This commit is contained in:
strix 2026-08-22 23:28:20 +02:00
commit 69a92fdd5e
10 changed files with 444 additions and 0 deletions

6
common/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./users.nix
];
}