Add powerlevel10k

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-12-15 18:17:31 +00:00
parent 998dc65ee2
commit 08edfaa7dc
4 changed files with 273 additions and 1 deletions

View File

@@ -3,4 +3,10 @@ pkgs.mkShell {
packages = with pkgs; [
nodejs
];
shellHook = ''
export P10K_EXTRA_RIGHT_PROMPT_ELEMENTS=(
node_version
)
'';
}

View File

@@ -11,4 +11,10 @@ pkgs.mkShell {
]
))
];
shellHook = ''
export P10K_EXTRA_RIGHT_PROMPT_ELEMENTS=(
virtualenv
)
'';
}