mv modules/profiles profiles

This commit is contained in:
Timothy DeHerrera 2019-12-05 00:02:49 -07:00
parent 79181e103f
commit 08ede18662
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
3 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,7 @@ let
system = "x86_64-linux";
modules = let
coreConfig = ../modules/profiles/core.nix;
coreConfig = ../profiles/core.nix;
globalConfig = {
system.configurationRevision = flake.rev;