After a decade on Arch Linux I’ve decided to try and move to NixOS. I decided to start with Home Manager: a small step which I can later build on. I’ve wanted to improve my dotfiles configuration for a while anyways.

I set up Home Manager and configured a few programs with it, but now that I understand more of how it works I have a problem: it seems that Home Manager requires Nix to be installed and even with a minimal setup Nix takes GBs of storage and it defaults to install all the programs I wish to use even if the host system already provides them.

I use a bunch of non-Nix systems on which I have a small filesystem or a small Quota: university machines, friends’ VPSs, existings servers and VMs etc. I can’t afford to install Nix and GBs of data just to configure a few dotfiles for the already installed shell, editor etc. The Home Manager I just set up has way too much overhead to be used on these systems.

Is it possible to limit the overhead of Home Manager?

How do you guys deal with it?
Do you configure your dotfiles both with Home Manager (for the systems with Nix) and without (for the systems that don’t), or did you find a better solution?