{ pkgs, agenix, ... }: { home.packages = with pkgs; [ # Desktop Applications vesktop obsidian google-chrome signal-desktop element-desktop bitwarden-desktop thunderbird zoom-us # work :{ telegram-desktop firefox # Terminal applications gh # github easyeffects hyfetch fastfetch ranger nautilus fido2-manage unzip pandoc # For Hyprland hotkeys: brightnessctl playerctl hyprshot pavucontrol networkmanagerapplet # nix-tools nix-output-monitor nil nh agenix.packages.${system}.default nixfmt-rfc-style # Dev Things vscodium jetbrains.idea-ultimate jetbrains.pycharm-professional jetbrains.jdk jetbrains.rust-rover jetbrains.webstorm ]; nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; }