summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2020-12-22 19:36:01 -0600
committerKarl Hallsby <karl@hallsby.com>2020-12-22 19:36:01 -0600
commit6d4b1261b66f33008ba7c2f77cbabcd81cbeec95 (patch)
treec3b8679bbfe8a822ec674c16c701e6b29176c462
parent92b3823283efcf71e9892b67eb89db31a44a2401 (diff)
Add home-manager contributions to site
-rw-r--r--interests.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/interests.markdown b/interests.markdown
index 3066181..f5e52f0 100644
--- a/interests.markdown
+++ b/interests.markdown
@@ -10,6 +10,9 @@ As someone who uses [NixOS](https://nixos.org), I am extremely interested in the
* [Nix](https://github.com/NixOS/Nix) language/package manager
* [nixpkgs](https://github.com/NixOS/nixpkgs), a collection of Nix expressions for building packages, including packages required for the NixOS operating system
* The [home-manager](https://github.com/nix-community/home-manager) project, for managing your home directory dotfiles in a Nix-y way.
+I have made several contributions to home-manager:
+ * Refactor the [mbsync/isync](https://isync.sourceforge.io/) [configuration module](https://github.com/nix-community/home-manager/pull/1360) for greater control over how email is fetched.
+ * Add a [configuration module](https://github.com/nix-community/home-manager/pull/1353) for [mu](https://www.djcbsoftware.nl/code/mu/), an email indexing and searching program.
In addition, as I enjoy C programming, but enjoy the type-correctness of Haskell, [Rust](https://rust-lang.org) has been of particular interest for me.