core: add core to module list
This commit is contained in:
parent
27fe99a85d
commit
42ed7910b1
@ -20,7 +20,7 @@ let
|
|||||||
modules = let
|
modules = let
|
||||||
inherit (home.nixosModules) home-manager;
|
inherit (home.nixosModules) home-manager;
|
||||||
|
|
||||||
core = ../profiles/core.nix;
|
core = self.nixosModules.profiles.core;
|
||||||
|
|
||||||
global = {
|
global = {
|
||||||
networking.hostName = hostName;
|
networking.hostName = hostName;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[
|
[
|
||||||
|
./core.nix
|
||||||
./develop
|
./develop
|
||||||
./develop/kakoune
|
./develop/kakoune
|
||||||
./develop/tmux
|
./develop/tmux
|
||||||
|
Loading…
Reference in New Issue
Block a user