{ pkgs, nixpkgs, home-manager, ... }: { home.packages = with pkgs; [ vesktop gparted polkit_gnome gh # github # For Hyprland hotkeys: brightnessctl playerctl hyprshot # to better find execs nix-index nix-output-monitor expect # for the unbuffer command vscode ]; nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; }