mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
10 lines
197 B
Nix
10 lines
197 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.desktopManager.cosmic.enable = true;
|
|
environment.cosmic.excludePackages = with pkgs; [
|
|
cosmic-edit
|
|
cosmic-player
|
|
cosmic-wallpapers
|
|
cosmic-store
|
|
];
|
|
}
|