{ pkgs, ... }: { home = { stateVersion = "23.05"; # Don't change this unless upgrading Home Manager versions packages = with pkgs; [ # General applications ghostty signal-desktop spotify inputs.zen-browser.packages.x86_64-linux.default legcord # Gaming (prismlauncher.override { gamemodeSupport = true; }) bsdgames space-cadet-pinball # System & desktop tools wofi xorg.xauth kdePackages.dolphin xdg-desktop-portal-gtk xclip pavucontrol ethtool grub2 efibootmgr pqiv imagemagick # Dev tools hyfetch python3 gh cmake # Unsorted ]; }; programs = { btop.enable = true; fish.enable = true; hyfetch.enable = true; gh = { enable = true; gitCredentialHelper.enable = true; }; ghostty = { enable = true; shader = "cursor-smear-black.glsl"; settings = { theme = "citruszest"; adjust-cursor-thickness = 1; background-opacity = 0.95; background-blur = true; }; }; }; }