NOflake/extras/cosmic.nix

30 lines
763 B
Nix
Raw Normal View History

2024-02-24 02:30:17 -08:00
{pkgs, ...}: {
2024-02-27 20:09:11 -08:00
# 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
# ];
2024-02-29 03:36:30 -08:00
services.xserver.displayManager.cosmic-greeter.enable = true;
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.cosmic.enable = false;
2024-02-29 22:14:53 -08:00
# services.xserver.desktopManager.plasma5.enable = true;
2024-02-08 10:37:39 -08:00
}