remove plasma

This commit is contained in:
chaos 2024-09-13 16:03:31 +01:00
parent 3f42bd1c53
commit d9b081085f
No known key found for this signature in database

View file

@ -46,13 +46,11 @@ in {
]);
services.displayManager = {
defaultSession = "kodi";
autoLogin = {
enable = false;
enable = true;
user = "chaos";
};
};
services.desktopManager.plasma6.enable = true;
home-manager.users.root.imports = with tree.profiles.home-manager; [dev.all];
home-manager.users.chaos.imports = with tree.profiles.home-manager; [dev.all];