{ pkgs, agenix, ... }: { home.packages = with pkgs; [ # Desktop Communcation element-desktop signal-desktop telegram-desktop vesktop # Desktop Productivity firefox google-chrome obsidian thunderbird zoom-us # work :{ # Desktop Utilities ausweisapp bitwarden-desktop diebahn drawio gnome-connections # Desktop Media things mpv-unwrapped libsForQt5.gwenview # Desktop game things openttd-jgrpp openttd-ttf # Terminal applications gh # github easyeffects hyfetch ranger nautilus fido2-manage unzip pandoc file-roller wifi-qr killall hyprsunset mitmproxy # For Hyprland hotkeys: brightnessctl playerctl hyprshot pavucontrol networkmanagerapplet waybar-mpris cliphist wl-clipboard # nix-tools nix-output-monitor nil nh agenix.packages.${system}.default nixfmt-rfc-style # Dev Things vscodium android-studio jetbrains.datagrip jetbrains.idea-ultimate jetbrains.jdk jetbrains.pycharm-professional jetbrains.rust-rover jetbrains.webstorm wireshark devenv filezilla # virtualization virt-manager qemu_kvm swtpm virtiofsd spice-gtk spice-vdagent libguestfs-with-appliance # SDR things rtl-sdr sdrpp gqrx ]; nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; }