COSMIC: Difference between revisions
m →Optimization: Minor edit |
Joaozin003 (talk | contribs) Remove link to nixos-cosmic flake. Hasn't been maintained in a year and fails to build. |
||
| (One intermediate revision by one other user not shown) | |||
| Line 21: | Line 21: | ||
}; | }; | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Excluding COSMIC applications === | === Excluding COSMIC applications === | ||
| Line 28: | Line 28: | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
environment.cosmic.excludePackages = with pkgs; [ | |||
cosmic-edit | |||
]; | |||
</nowiki>}} | </nowiki>}} | ||