System Gen1 @ 2025-05-04-03:02:01 by jonas@monolith

This commit is contained in:
2025-05-04 04:01:52 +02:00
parent 0cd4b2ae6d
commit 17a40c2cf1
2 changed files with 43 additions and 1 deletions

View File

@@ -10,6 +10,6 @@ in {
};
config = lib.mkIf cfg.enable {
services.xserver.desktopManager.plasma6.enable = true;
services.desktopManager.plasma6.enable = true;
};
}