nixos/cosmic: remove cosmic terminal and editor

This commit is contained in:
Wroclaw 2024-08-16 17:00:49 +02:00
parent b8aba059e6
commit f47db28aa2

View file

@ -6,5 +6,9 @@
]; ];
config = { config = {
services.desktopManager.cosmic.enable = true; services.desktopManager.cosmic.enable = true;
environment.cosmic.excludePackages = with pkgs; [
cosmic-edit
cosmic-term
];
}; };
} }