diff --git a/modules/programs/git.nix b/modules/programs/git.nix index 1dd7a97..5181837 100644 --- a/modules/programs/git.nix +++ b/modules/programs/git.nix @@ -1,6 +1,8 @@ -{ - flake.modules.homeManager.git = { config, lib, ... }: - { +{ self, inputs, ... }: { + flake.modules.homeManager.git = { config, pkgs, lib, ... }: { + home.packges = with pkgs; [ + git-credential-oauth + ]; programs.git = { enable = true; settings = {