fix: remove unused ides webstorm and rider
This commit is contained in:
parent
a071b1623e
commit
d7b7e5ad15
1 changed files with 11 additions and 20 deletions
|
|
@ -9,26 +9,17 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.${feature}.enable {
|
config = lib.mkIf config.${feature}.enable {
|
||||||
environment.systemPackages = (
|
environment.systemPackages = with pkgs; [
|
||||||
with pkgs;
|
# keep-sorted start
|
||||||
(
|
bacon
|
||||||
[
|
cargo-info
|
||||||
# keep-sorted start
|
devenv
|
||||||
bacon
|
just
|
||||||
cargo-info
|
mask
|
||||||
devenv
|
rusty-man
|
||||||
just
|
zed-editor
|
||||||
mask
|
# keep-sorted end
|
||||||
rusty-man
|
];
|
||||||
zed-editor
|
|
||||||
# keep-sorted end
|
|
||||||
]
|
|
||||||
++ (with jetbrains; [
|
|
||||||
rider
|
|
||||||
webstorm
|
|
||||||
])
|
|
||||||
)
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
options.${feature}.enable = lib.mkEnableOption "enables ${feature}";
|
options.${feature}.enable = lib.mkEnableOption "enables ${feature}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue