{ pkgs, ... }:
{
  environment.systemPackages =
    with pkgs;
    [
      cowsay
      feh
      firefox
      fish
      fortune
      gh
      git
      gnumake
      gparted
      helix
      home-manager
      htop
      keepassxc
      localsend
      nethack
      nixfmt-rfc-style
      p7zip
      powertop
      ripgrep
      rsync
      tree
      unison
      unzip
      vim
      vscode
      wget
      woof
      xsel
      zellij
      zip
    ];
}