Add host surgat and move weechat to it.

This commit is contained in:
Tim Schubert 2020-12-30 15:11:19 +01:00
parent 186fb9d017
commit cbfe1f0d11
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
6 changed files with 68 additions and 16 deletions

View file

@ -7,6 +7,9 @@ with pkgs;
hmModules = import ./modules/home;
overlays = import ./overlays;
profiles = import ./modules/profiles;
hmProfiles = import ./modules/home/profiles;
tubslatex = callPackage ./pkgs/tubslatex {};
keys = callPackage ./pkgs/keys {};
}