Files
nixverse/nodes/hosts/common/home/jay/programs/oh-my-posh.nix

8 lines
123 B
Nix

{ ... }: {
programs.oh-my-posh = {
enable = true;
enableBashIntegration = true;
useTheme = "blueish";
};
}