Added oh my posh

This commit is contained in:
FredzyW 2024-06-14 21:31:42 +02:00
parent 1ef82ce185
commit 2a105896a9

View file

@ -0,0 +1,8 @@
{ pkgs, lib, ... }:
{
programs.oh-my-posh = {
enable = true;
enableFishIntegration = true;
useTheme = "catppuccin_macchiato";
};
}