Files
nixos/modules/home-manager/oh-my-posh.nix
T

10 lines
139 B
Nix

{ config, pkgs, ... }:
{
programs.oh-my-posh = {
enable = true;
enableZshIntegration = true;
useTheme = "gruvbox";
};
}