diff --git a/shell.nix b/shell.nix index ced1b6c..c47d186 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,13 @@ { pkgs ? import { } }: pkgs.mkShell { - buildInputs = - [ pkgs.cargo pkgs.rustc pkgs.webkitgtk pkgs.pkg-config pkgs.kdialog ]; + buildInputs = with pkgs; [ + cargo + rustc + rust-analyzer + pkg-config + libsForQt5.kdialog + libadwaita + gtk4 + ]; }