about summary refs log tree commit diff
path: root/users/fcuny/cli/git.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-13 13:28:17 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-13 13:28:17 -0800
commit27ee290b9db5a0bbcf8e29b5532cd75f2c3e5ae0 (patch)
tree863ff11994d63c0b104e0682a9fb6a07c28a34ad /users/fcuny/cli/git.nix
parenthome-manager: install yt-dlp (diff)
downloadworld-27ee290b9db5a0bbcf8e29b5532cd75f2c3e5ae0.tar.gz
home-manager: typo in git module
Diffstat (limited to '')
-rw-r--r--users/fcuny/cli/git.nix2
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;