fix: remove unused ides webstorm and rider

This commit is contained in:
wi11-holdsworth 2025-10-03 10:54:35 +10:00
parent a071b1623e
commit d7b7e5ad15

View file

@ -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}";