adding oh my zsh
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user