From 4a1c27cee7d1bdab57cc4f065f329e229132a1cf Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 7 Jan 2025 14:00:04 -0500 Subject: [PATCH] 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. --- modules/hosts/common/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/hosts/common/default.nix b/modules/hosts/common/default.nix index 26734bb..8479b46 100644 --- a/modules/hosts/common/default.nix +++ b/modules/hosts/common/default.nix @@ -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 = {