adding oh my zsh
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
2025-03-11 01:13:29 -05:00
parent f5c167c711
commit 32f6efd284
3 changed files with 31 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ cmp-vimtex, spaceport-nvim, nomodoro, parrot-nvim }:
{ cmp-vimtex, spaceport-nvim, nomodoro, parrot-nvim, inputs }:
{
overlay = final: prev:
let
@@ -27,5 +27,10 @@
nomodoro = nomodoroNvimPlugin;
parrot-nvim = parrotNvimPlugin;
};
customZshPlugins = with inputs; [
zsh-completions
];
};
}