{ config, lib, pkgs, ... }: { imports = [ ./neovim.nix ./fuzzel.nix ./ssh.nix ./ayu.nix ./git.nix ./ghostty.nix ./theme.nix ./firefox.nix ./cursor.nix ./bash.nix ./scripts ]; xmonad-config = { launcher = "rofi -show drun -show-icons"; terminal = "ghostty"; wallpaper = pkgs.fetchurl { url = "https://i.redd.it/p5flk9uzzxxz.jpg"; sha256 = "1qcl6yh6l24sz3qprj3iyzinj3lyh3c426i6zwambwg816yg3bxs"; }; }; home.sessionVariables = { "TEST_VAR" = "asdf"; }; home.packages = with pkgs; [ vlc strawberry cmus btop wget tree nerd-fonts.blex-mono ripgrep curl bat lsd yazi claude-code tldr curl rofi _1password-gui opencode spotify prismlauncher ]; programs.fzf = { enable = true; enableBashIntegration = true; }; services.picom = { enable = true; }; services.syncthing.enable = true; programs.direnv = { enable = true; enableBashIntegration = true; }; home.stateVersion = "25.05"; }