From 1f59c24eccc3df46fdcedf7f1d47f0232f37d61c Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 9 Jan 2023 17:07:01 +0100 Subject: home: add hg config --- home/home-minimal.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/home-minimal.nix b/home/home-minimal.nix index 3b6062a..12df003 100644 --- a/home/home-minimal.nix +++ b/home/home-minimal.nix @@ -96,6 +96,12 @@ }; }; + programs.mercurial = { + enable = true; + userName = "stuebinm"; + userEmail = "stuebinm@disroot.org"; + }; + programs.htop = { package = pkgs.htop-vim; enable = true; -- cgit v1.2.3