{ pkgs, ... }: {
  home.packages = with pkgs; [
    # Generic tools
    age
    alacritty
    unstable.btop
    bzip2
    croc
    easyeffects
    fd
    ffmpeg
    file
    go-task
    glib
    jq
    kitty
    kubectl
    ncdu
    nwg-look
    mumble
    pamixer
    pinentry
    pre-commit
    pulseaudio
    pulsemixer
    rbw
    restic
    ripgrep
    rofi-rbw-wayland
    spotify
    spicetify-cli
    sshfs
    talosctl

    # steam
    # steam-run
    # steamcmd
    # gamescope
    tokei
    unzip
    yt-dlp
    unstable.zoom-us

    # Editors
    vscode

    # Go stuff
    go
    delve
    gopls

    # js/ts
    nodejs
    nodePackages.pnpm
    typescript

    # Py stuff
    python3
    poetry
    ruff

    # Rust
    rustup
  ];
}