use sddm for now
This commit is contained in:
parent
202e7ad00d
commit
bb1cae8a9c
1 changed files with 26 additions and 27 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue