8 lines
123 B
Nix
8 lines
123 B
Nix
{ ... }: {
|
|
programs.oh-my-posh = {
|
|
enable = true;
|
|
enableBashIntegration = true;
|
|
useTheme = "blueish";
|
|
};
|
|
}
|