zsh additions + qol changes (#1)
* flake changes * hm enable by default, omp home-manager * zsh plugins
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
curl
|
||||
stow
|
||||
gh
|
||||
oh-my-posh
|
||||
neovim
|
||||
ripgrep
|
||||
git
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
}:
|
||||
{
|
||||
options = {
|
||||
hm.enable = lib.mkEnableOption "enable home-manager";
|
||||
hm.enable = lib.mkEnableOption "enable home-manager" // {
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf config.hm.enable {
|
||||
|
||||
Reference in New Issue
Block a user