initial setup with impermanence

This commit is contained in:
2025-06-07 16:05:38 +03:00
commit 86b4fcd2fc
19 changed files with 700 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ config, ... }:
{
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
}