Added oh my posh
This commit is contained in:
parent
1ef82ce185
commit
2a105896a9
1 changed files with 8 additions and 0 deletions
8
moduler/common/oh-my-posh.nix
Normal file
8
moduler/common/oh-my-posh.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ pkgs, lib, ... }:
|
||||||
|
{
|
||||||
|
programs.oh-my-posh = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
useTheme = "catppuccin_macchiato";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue