From a558df302bb8f218c79167b21c637a50db092c6f Mon Sep 17 00:00:00 2001 From: rubiigen Date: Tue, 23 Apr 2024 22:01:32 +0100 Subject: remove common folder at root, why was this still there? --- common/gitm.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 common/gitm.nix (limited to 'common/gitm.nix') diff --git a/common/gitm.nix b/common/gitm.nix deleted file mode 100644 index ef78829..0000000 --- a/common/gitm.nix +++ /dev/null @@ -1,17 +0,0 @@ -_: { - # enable programs - programs = { - git = { - enable = true; - userName = "beanigen"; - userEmail = "beanigit@protonmail.com"; - extraConfig = { - commit.gpgsign = true; - gpg.format = "ssh"; - user.signingkey = "~/.ssh/id_ed25519.pub"; - init.defaultBranch = "master"; - }; - }; - # ... add more programs as you see fit - }; -} -- cgit v1.2.3-54-g00ecf