system

Nix (home-manager) configurations for my computers

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
# macOS specific configurations.
{
  imports = [
    ./os-update-workaround.nix
  ];
}