fix(home): Don't define top-level options under programs.git

This commit is contained in:
punkfairie 2024-11-16 23:42:55 -08:00
parent 465a717669
commit a5c7443464
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -17,7 +17,6 @@ in
]; ];
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
gum gum
clipboard-jh clipboard-jh
@ -180,6 +179,7 @@ in
credential.helper = "store"; credential.helper = "store";
}; };
};
# ███╗ ███╗██╗███████╗ ██████╗ # ███╗ ███╗██╗███████╗ ██████╗
# ████╗ ████║██║██╔════╝██╔════╝ # ████╗ ████║██║██╔════╝██╔════╝
@ -263,7 +263,6 @@ in
''; '';
}; };
}; };
};
} }
# ███╗ ██╗ ██████╗ ████████╗███████╗███████╗ # ███╗ ██╗ ██████╗ ████████╗███████╗███████╗