summaryrefslogtreecommitdiff
path: root/home/home-minimal.nix
diff options
context:
space:
mode:
authorstuebinm2023-01-09 17:07:01 +0100
committerstuebinm2023-01-09 17:07:01 +0100
commit1f59c24eccc3df46fdcedf7f1d47f0232f37d61c (patch)
tree9682fb322760114ec45b79f34cd6d18a38decc5b /home/home-minimal.nix
parent4fa6b7951a612163d81b7787513dece24d86f2f4 (diff)
home: add hg config
Diffstat (limited to 'home/home-minimal.nix')
-rw-r--r--home/home-minimal.nix6
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;