system

Nix (home-manager) configurations for my computers

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
{
  #  Runtime Executor (asdf-plugin compatible)
  # https://github.com/jdxcode/rtx
  programs.rtx = {
    enable = true;
  };
}