Remove OS icon from prompt
This commit is contained in:
parent
cc3a0012b5
commit
39b276d691
2 changed files with 67 additions and 1 deletions
|
@ -84,7 +84,12 @@
|
|||
programs.thefuck.enable = true;
|
||||
programs.oh-my-posh = {
|
||||
enable = true;
|
||||
useTheme = "catppuccin_mocha";
|
||||
# same as "captuccin_mocha" but without the OS logo
|
||||
settings = lib.mkForce (
|
||||
builtins.fromJSON (
|
||||
builtins.unsafeDiscardStringContext (builtins.readFile ./catppuccin_mocha.omp.json)
|
||||
)
|
||||
);
|
||||
};
|
||||
|
||||
programs.zellij.enableBashIntegration = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue