Switching to a built-in theme for a little bit

This is to see if some issues I have been seeing in my terminal are
related to oh-my-posh or to a bug in my custom theme. As a bonus, it is
a good excuse to checkout ways I might want to make my theme better, or
give me ideas for an alternate custom theme.
This commit is contained in:
Gene Liverman 2025-01-07 14:00:04 -05:00
parent 60a5e9759e
commit 4a1c27cee7

View file

@ -160,7 +160,9 @@ in {
oh-my-posh = {
enable = true;
enableZshIntegration = true;
settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile (inputs.genebean-omp-themes + "/beanbag.omp.json")));
#settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile (inputs.genebean-omp-themes + "/beanbag.omp.json")));
#useTheme = "amro";
useTheme = "montys";
};
ripgrep.enable = true;
tmux = {