graphical: add develop as dependency

This commit is contained in:
Timothy DeHerrera 2019-12-22 22:01:28 -07:00
parent 5921d56779
commit 5ae733b854
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,6 @@ in
{ {
imports = [ imports = [
../users/nrd ../users/nrd
../profiles/graphical
../profiles/misc ../profiles/misc
../profiles/misc/plex.nix ../profiles/misc/plex.nix
../profiles/misc/torrent.nix ../profiles/misc/torrent.nix

View file

@ -7,6 +7,7 @@ in
{ {
imports = [ imports = [
./sway ./sway
../develop
]; ];
hardware.opengl.enable = true; hardware.opengl.enable = true;

View file

@ -15,7 +15,7 @@ let
in in
{ {
imports = [ imports = [
../../profiles/develop ../../profiles/graphical
]; ];
programs.gnupg.agent = { programs.gnupg.agent = {