{ pkgs, ... }: { home.packages = with pkgs; [ # Desktop Applications vesktop obsidian google-chrome signal-desktop element-desktop bitwarden-desktop # Terminal applications gh # github easyeffects hyfetch ranger # For Hyprland hotkeys: brightnessctl playerctl hyprshot polkit_gnome pavucontrol # nix-tools nix-index nix-output-monitor nil nh # Dev Things vscode jetbrains.idea-ultimate jetbrains.pycharm-professional jetbrains.jdk ]; nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; }