diff options
-rw-r--r-- | interests.markdown | 3 |
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. |