2024-02-24 02:30:17 -08:00
|
|
|
{pkgs, ...}: {
|
2024-02-10 19:16:29 -08:00
|
|
|
environment.systemPackages = with pkgs; [
|
2024-02-26 16:55:21 -08:00
|
|
|
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
|
2024-02-10 19:16:29 -08:00
|
|
|
cosmic-term
|
2024-02-26 16:55:21 -08:00
|
|
|
cosmic-workspaces-epoch
|
|
|
|
|
xdg-desktop-portal-cosmic
|
2024-02-10 19:16:29 -08:00
|
|
|
];
|
2024-02-27 17:32:55 -08:00
|
|
|
services.xserver.displayManager.cosmic-greeter.enable = true;
|
|
|
|
|
services.xserver.desktopManager.cosmic.enable = true;
|
|
|
|
|
services.pipewire = {
|
|
|
|
|
enable = false;
|
|
|
|
|
};
|
2024-02-08 10:37:39 -08:00
|
|
|
}
|