From 66ee3a3f67253449e4a1156265a22420017bea38 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 10 Jan 2025 15:14:18 -0500 Subject: [PATCH] Switch back to my theme now that I fixed the template --- modules/hosts/common/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hosts/common/default.nix b/modules/hosts/common/default.nix index 8479b46..0697957 100644 --- a/modules/hosts/common/default.nix +++ b/modules/hosts/common/default.nix @@ -160,9 +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"; + #useTheme = "montys"; }; ripgrep.enable = true; tmux = {