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