8 lines
139 B
Nix
8 lines
139 B
Nix
{ pkgs, lib, ... }:
|
|
{
|
|
programs.oh-my-posh = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
useTheme = "catppuccin_macchiato";
|
|
};
|
|
}
|