diff options
author | stuebinm | 2023-01-09 17:07:01 +0100 |
---|---|---|
committer | stuebinm | 2023-01-09 17:07:01 +0100 |
commit | 1f59c24eccc3df46fdcedf7f1d47f0232f37d61c (patch) | |
tree | 9682fb322760114ec45b79f34cd6d18a38decc5b | |
parent | 4fa6b7951a612163d81b7787513dece24d86f2f4 (diff) |
home: add hg config
-rw-r--r-- | home/home-minimal.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; |