Fixup profiles

This commit is contained in:
Tim Schubert 2020-12-30 17:32:44 +01:00
parent 8bb93c7af8
commit 7a9a35ed0f
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
5 changed files with 24 additions and 15 deletions

View file

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> }:
with pkgs;
{
rec {
lib = import ./lib { inherit pkgs; };
modules = import ./modules;
hmModules = import ./modules/home;