Merge pull request #477 from genebean/temp-omp-theme

Switching to a built-in theme for a little bit
This commit is contained in:
Gene Liverman 2025-01-07 14:01:48 -05:00 committed by GitHub
commit dd5d19f8ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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