{ pkgs, ... }: { imports = [ ../nogui ./firefox.nix ./flameshot.nix ./ghostty.nix ./spotify.nix ./wezterm.nix ./zed.nix ]; home = { packages = with pkgs; [ # Tools cinny-desktop delve discord obsidian # LSPs marksman nodePackages.yaml-language-server ]; }; }