{ config, lib, pkgs, ... }: { imports = [ ./neovim.nix ./fuzzel.nix ./ssh.nix ./ayu.nix ./git.nix ./ghostty.nix ./theme.nix ./firefox.nix ./cursor.nix ./sway.nix ./waybar.nix ./scripts ]; home.sessionVariables = { "TEST_VAR" = "asdf"; }; home.packages = with pkgs; [ btop wget tree nerd-fonts.blex-mono ripgrep curl bat lsd yazi claude-code tldr curl _1password-gui opencode spotify prismlauncher ]; programs.fzf = { enable = true; enableBashIntegration = true; }; services.syncthing.enable = true; programs.bash.enable = true; programs.direnv = { enable = true; enableBashIntegration = true; }; home.stateVersion = "25.05"; }