started using oh-my-posh

This commit is contained in:
Tomas Rivera
2026-02-28 14:12:26 +01:00
parent 8fea37feef
commit 16b7251eb5
4 changed files with 23 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
programs.oh-my-posh = {
enable = true;
enableZshIntegration = true;
useTheme = "gruvbox";
};
};
}