1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-28 02:37:09 +00:00

lnl: add custom link for gitconfig

This commit is contained in:
Daiderd Jordan 2018-01-01 23:55:56 +01:00
parent 403e432746
commit 2237479c22
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -25,7 +25,9 @@
system.defaults.trackpad.TrackpadThreeFingerDrag = true;
environment.systemPackages =
[ pkgs.curl
[ pkgs.ctags
pkgs.curl
pkgs.brotli
pkgs.fzf
pkgs.gettext
pkgs.git
@ -34,7 +36,6 @@
pkgs.mosh
pkgs.shellcheck
pkgs.silver-searcher
pkgs.taskwarrior
pkgs.khd
pkgs.kwm
@ -289,6 +290,8 @@
};
# TODO: add module for per-user config, etc, ...
system.activationScripts.extraUserActivation.text = "ln -sfn /etc/per-user/lnl/gitconfig ~/.gitconfig";
environment.etc."per-user/lnl/gitconfig".text = ''
[include]
path = .gitconfig.local