got it working even more

This commit is contained in:
martyTF 2025-12-18 13:30:28 +01:00
parent 7686df76ed
commit c2cda08d69
21 changed files with 469 additions and 222 deletions

15
system/default.nix Normal file
View file

@ -0,0 +1,15 @@
{
config,
lib,
pkgs,
...
}:
{
imports = [
./boot.nix
./shell.nix
./networking.nix
./dm.nix
];
}