mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-28 11:43:51 -08:00
style: use gruvbox omp theme
This commit is contained in:
parent
383da5dd55
commit
ea0f3ae6ba
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -196,7 +196,7 @@
|
|||
# enableZshIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
useTheme = "catppuccin_macchiato";
|
||||
useTheme = "gruvbox";
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
|
|
Loading…
Reference in a new issue