+dms draft

This commit is contained in:
2026-06-01 19:34:16 +02:00
parent 91e2814629
commit 06815b1bd8
6 changed files with 271 additions and 236 deletions
+1 -1
View File
@@ -1,6 +1,7 @@
{pkgs, ...}: {
imports = [
# ./ad.nix
./greetd.nix
./mem0.nix
./n8n.nix
./netbird.nix
@@ -39,6 +40,5 @@
enable = true;
};
desktopManager.gnome.enable = true;
displayManager.gdm.enable = true;
};
}