initial commit

This commit is contained in:
Astreaprtcl 2025-12-17 12:59:28 +01:00
commit ddd861496e
16 changed files with 361 additions and 0 deletions

10
programs/all.nix Normal file
View file

@ -0,0 +1,10 @@
{ ... }:
{
imports = [
./default.nix
./git.nix
./home-manager.nix
./lix.nix
];
}