use sddm for now

This commit is contained in:
Tao Tien 2024-02-27 20:09:11 -08:00
parent 202e7ad00d
commit bb1cae8a9c

View file

@ -1,30 +1,29 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
cosmic-bg
cosmic-applets
cosmic-applibrary
cosmic-comp
cosmic-edit
cosmic-files
cosmic-greeter
cosmic-icons
cosmic-launcher
cosmic-notifications
cosmic-osd
cosmic-panel
cosmic-protocols
cosmic-randr
cosmic-screenshot
cosmic-session
cosmic-settings
cosmic-settings-daemon
cosmic-term
cosmic-workspaces-epoch
xdg-desktop-portal-cosmic
];
services.xserver.displayManager.cosmic-greeter.enable = true;
# environment.systemPackages = with pkgs; [
# cosmic-bg
# cosmic-applets
# cosmic-applibrary
# cosmic-comp
# cosmic-edit
# cosmic-files
# cosmic-greeter
# cosmic-icons
# cosmic-launcher
# cosmic-notifications
# cosmic-osd
# cosmic-panel
# cosmic-protocols
# cosmic-randr
# cosmic-screenshot
# cosmic-session
# cosmic-settings
# cosmic-settings-daemon
# cosmic-term
# cosmic-workspaces-epoch
# xdg-desktop-portal-cosmic
# ];
services.xserver.displayManager.cosmic-greeter.enable = false;
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.cosmic.enable = true;
services.pipewire = {
enable = false;
};
services.xserver.desktopManager.plasma5.enable = true;
}