diff --git a/modules/packages/gui.nix b/modules/packages/gui.nix index a85f5713..5f198fc1 100644 --- a/modules/packages/gui.nix +++ b/modules/packages/gui.nix @@ -93,6 +93,7 @@ inputs: tcpdump nmap mtr-gui simplescreenrecorder obs-studio signal-desktop dbeaver ftxui yaml-cpp wl-mirror poppler_utils imagemagick gimp playonlinux bottles # davinci-resolve + notion ] ++ (with inputs.lib; filter isDerivation (attrValues inputs.pkgs.plasma5Packages.kdeGear)); programs.wireshark = { enable = true; package = inputs.pkgs.wireshark; };