Fix on modules name and on zsh

This commit is contained in:
2026-02-11 19:15:20 +01:00
parent 6911410f6a
commit 4f10ad35cd
24 changed files with 65 additions and 62 deletions
+2 -2
View File
@@ -5,10 +5,10 @@
}:
with lib;
let
cfg = config.user.shell.git;
cfg = config.home.shell.git;
in
{
options.user.shell.git = {
options.home.shell.git = {
enable = mkEnableOption "Zen Editor options";
};
config = mkIf cfg.enable {