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

View file

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