Overhaul luna complete

This commit is contained in:
KoenDR06 2025-02-25 15:56:58 +01:00
parent 06f5971965
commit 6f9fdca876
110 changed files with 2408 additions and 2129 deletions

12
modules/default.nix Normal file
View file

@ -0,0 +1,12 @@
{inputs, ...}: {
imports = [
./apps
./hardware
./network
./terminal
./wm
./users
./boot
./base
];
}