{ pkgs, ... }:
{
  environment.systemPackages = with pkgs; [

    hyprlock
    hypridle
    hyprpaper
    hyprcursor
    grim
    slurp
    wl-clipboard
    kanshi
    jq
    bc
    xorg.xrandr
    pulseaudio
    inotify-tools
    papirus-icon-theme
    eww
    mako
    polkit_gnome

    python3
    usbutils
    unzip

    btop

    feh

    kitty
    dolphin
    hyfetch
    wofi
    enpass
    firefox
    thunderbird
    webcord
    obsidian
    kicad
    gnome.nautilus
    cinnamon.nemo-with-extensions


  ];
}