cli/oh-my-posh.nix: init
This commit is contained in:
parent
1d0e559d73
commit
a8522b5779
1 changed files with 2 additions and 1 deletions
|
@ -12,11 +12,12 @@ in {
|
|||
home-manager.users.${username} = {
|
||||
programs.oh-my-posh = {
|
||||
enable = true;
|
||||
package = pkgs.eza;
|
||||
package = pkgs.oh-my-posh;
|
||||
enableNushellIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
useTheme = "zash";
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue