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 = {