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,10 +9,7 @@ let
|
|||
in
|
||||
{
|
||||
config = lib.mkIf config.${feature}.enable {
|
||||
environment.systemPackages = (
|
||||
with pkgs;
|
||||
(
|
||||
[
|
||||
environment.systemPackages = with pkgs; [
|
||||
# keep-sorted start
|
||||
bacon
|
||||
cargo-info
|
||||
|
|
@ -22,13 +19,7 @@ in
|
|||
rusty-man
|
||||
zed-editor
|
||||
# keep-sorted end
|
||||
]
|
||||
++ (with jetbrains; [
|
||||
rider
|
||||
webstorm
|
||||
])
|
||||
)
|
||||
);
|
||||
];
|
||||
};
|
||||
|
||||
options.${feature}.enable = lib.mkEnableOption "enables ${feature}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue