core: add core to module list

This commit is contained in:
Timothy DeHerrera 2020-07-16 15:27:39 -06:00
parent 27fe99a85d
commit 42ed7910b1
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ let
modules = let
inherit (home.nixosModules) home-manager;
core = ../profiles/core.nix;
core = self.nixosModules.profiles.core;
global = {
networking.hostName = hostName;

View File

@ -1,4 +1,5 @@
[
./core.nix
./develop
./develop/kakoune
./develop/tmux