diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-13 13:28:17 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 13:28:17 -0800 |
| commit | 27ee290b9db5a0bbcf8e29b5532cd75f2c3e5ae0 (patch) | |
| tree | 863ff11994d63c0b104e0682a9fb6a07c28a34ad /users | |
| parent | home-manager: install yt-dlp (diff) | |
| download | infra-27ee290b9db5a0bbcf8e29b5532cd75f2c3e5ae0.tar.gz | |
home-manager: typo in git module
Diffstat (limited to 'users')
| -rw-r--r-- | users/fcuny/cli/git.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/fcuny/cli/git.nix b/users/fcuny/cli/git.nix index 427060f..63a5bd1 100644 --- a/users/fcuny/cli/git.nix +++ b/users/fcuny/cli/git.nix @@ -1,3 +1,5 @@ +{ config, ... }: + { programs.git = { enable = true; |
