Initial commit
This commit is contained in:
8
home/shells/zsh/prompt.nix
Normal file
8
home/shells/zsh/prompt.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.oh-my-posh = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
||||
settings = builtins.fromTOML (builtins.readFile ./theme.omp.toml);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user