feat: fix issues with the refactoring

This commit is contained in:
Xavier Morel
2025-07-23 18:04:01 +02:00
parent 85fdab6375
commit c2197f5e73
11 changed files with 47 additions and 86 deletions

View File

@@ -8,6 +8,7 @@
options.myHome.bundle.shell.enable = lib.mkEnableOption "enable shell bundle";
config = lib.mkIf config.myHome.bundle.shell.enable {
myHome.programs.nvim.enable = true;
home.packages = with pkgs; [
commitizen
pre-commit