Configuration for my infrastructure
Find a file
2020-12-25 17:06:59 +01:00
lib Restructure to use proper modules 2020-12-25 16:50:52 +01:00
modules Fixup 2020-12-25 17:06:59 +01:00
overlays Cleanup 2020-08-01 15:46:33 +02:00
pkgs Upgrade tubslatex version 2020-10-18 17:24:32 +02:00
.gitignore Upgrade tubslatex version 2020-10-18 17:24:32 +02:00
.gitmodules Move tubslatex package to NUR repo 2020-04-05 17:23:35 +02:00
README.md Add README.md 2020-10-17 13:11:32 +02:00

nixpkgs configuration

This repository contains nix modules, overlays and packages for my home and work setups.

It requires home-manager to be set up and available in your path. Private parts of the configuration are not part of the repo. I include them from home.nix like so:

{
  imports = [
    ./modules/profiles/gorgon.nix
    ./private/metis
  ];
}