nixos/cosmic: remove cosmic terminal and editor
This commit is contained in:
parent
b8aba059e6
commit
f47db28aa2
1 changed files with 4 additions and 0 deletions
|
@ -6,5 +6,9 @@
|
|||
];
|
||||
config = {
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
environment.cosmic.excludePackages = with pkgs; [
|
||||
cosmic-edit
|
||||
cosmic-term
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue