mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
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.
This commit is contained in:
parent
60a5e9759e
commit
4a1c27cee7
1 changed files with 3 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue