diff --git a/moduler/common/oh-my-posh.nix b/moduler/common/oh-my-posh.nix new file mode 100644 index 0000000..9730bf5 --- /dev/null +++ b/moduler/common/oh-my-posh.nix @@ -0,0 +1,8 @@ +{ pkgs, lib, ... }: +{ + programs.oh-my-posh = { + enable = true; + enableFishIntegration = true; + useTheme = "catppuccin_macchiato"; + }; +}