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