modularize

This commit is contained in:
Henri Dohmen 2025-06-30 22:39:38 +02:00
parent d3fa1821fa
commit f1a1dd5d53
27 changed files with 422 additions and 325 deletions

View file

@ -1,4 +1,7 @@
{ ... }:
{
imports = [ ./nginx.nix ];
imports = [
./nginx.nix
./desktop
];
}