shows up in sddm, not launching

This commit is contained in:
Tao Tien 2024-02-27 17:32:55 -08:00
parent 3ff13ec31e
commit f4374cc5b1
3 changed files with 9 additions and 6 deletions

View file

@ -22,4 +22,9 @@
cosmic-workspaces-epoch
xdg-desktop-portal-cosmic
];
services.xserver.displayManager.cosmic-greeter.enable = true;
services.xserver.desktopManager.cosmic.enable = true;
services.pipewire = {
enable = false;
};
}