Configuration for my infrastructure
Find a file
2020-12-30 15:13:04 +01:00
hosts Add host surgat and move weechat to it. 2020-12-30 15:11:42 +01:00
lib Move vim packages to pkgs 2020-12-28 18:35:15 +01:00
modules Start tmux from zsh 2020-12-30 15:13:04 +01:00
overlays Move vim packages to pkgs 2020-12-28 18:35:15 +01:00
pkgs Move vim packages to pkgs 2020-12-28 18:35:15 +01:00
.gitignore Move vim packages to pkgs 2020-12-28 18:35:15 +01:00
.gitmodules Move tubslatex package to NUR repo 2020-04-05 17:23:35 +02:00
default.nix Add host surgat and move weechat to it. 2020-12-30 15:11:42 +01:00
overlay.nix Move vim packages to pkgs 2020-12-28 18:35:15 +01: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
  ];
}