forked from Shinonome/omarchy-nix
Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{...}: {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autosuggestion.enable = true;
|
||||
zplug = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
{
|
||||
name = "plugins/git";
|
||||
tags = [from:oh-my-zsh];
|
||||
}
|
||||
{
|
||||
name = "fdellwing/zsh-bat";
|
||||
tags = [as:command];
|
||||
}
|
||||
];
|
||||
};
|
||||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user