When I moved to 25.11, I was unable to use my favorite theme for ghostty (Popping and Locking).
theme “Popping and Locking” not found, tried path “/home/justin/.config/ghostty/themes/Popping and Locking”theme “Popping and Locking” not found, tried path “/nix/store/k3wrd5n1a709fkhrv52mwnxqyabl55jw-ghostty-1.2.3/share/ghostty/themes/Popping and Locking”```
How it is declared in my flake
{pkgs, …}:
{programs.ghostty = {
enable = true;
settings = {
theme = “Popping and Locking”;
shell-integration-features = “sudo”;
};
enableFishIntegration = true;
enableBashIntegration = true;}
;}
Sorry-I hit enter and wasn’t finished typing my post! Anyone else having something similar? I tried other themes with multiple words in their name and they work fine. So it seems to be specifically “Popping and Locking”.