set up something working (hopefully)

This commit is contained in:
Charlie Root 2024-04-10 11:35:09 +02:00
commit a21715b71a
21 changed files with 567 additions and 10 deletions

9
modules/vali/default.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, lib, config, ...}:
{
imports = [
./core/boot/boot.nix
./graphics/default.nix
#./web/default.nix
#./terminal/default.nix
];
}