From b4728c9b8fd362dd6efb8d0e57a3749a8a2e52ba Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 5 Jan 2021 15:14:36 -0500 Subject: Organize my git nix config/aliases better --- linux.nix | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index 48f73df..446957c 100644 --- a/linux.nix +++ b/linux.nix @@ -392,39 +392,6 @@ in }; programs = { - git = { - enable = true; - userName = "Ben Sima"; - userEmail = "ben@bsima.me"; - ignores = [ "*~" "*.swp" ]; - package = pkgs.gitAndTools.gitFull; - signing = { - key = gpgid; - signByDefault = false; - }; - aliases = { - authors = "shortlog -s -n"; - }; - extraConfig = { - push.default = "simple"; - pull.rebase = "true"; - commit.template = "${./lib/git-commit-template}"; - sendemail = { - #smtpuser = "ben@bsima.me"; - #smtpserverport = 587; - smtpserver = "${homedir}/bin/sendmail"; - chainreplyto = false; - composeencoding = "UTF-8"; - annotate = "yes"; - }; - }; - }; - - emacs = { - enable = true; - extraPackages = epkgs: import ./lib/emacs-packages.nix { inherit epkgs; }; - }; - qutebrowser = { enable = true; settings = { @@ -436,10 +403,6 @@ in }; }; - firefox = { - enable = true; - }; - chromium = { enable = true; }; -- cgit v1.2.3