graphical: add develop as dependency
This commit is contained in:
parent
5921d56779
commit
5ae733b854
|
@ -5,7 +5,6 @@ in
|
|||
{
|
||||
imports = [
|
||||
../users/nrd
|
||||
../profiles/graphical
|
||||
../profiles/misc
|
||||
../profiles/misc/plex.nix
|
||||
../profiles/misc/torrent.nix
|
||||
|
|
|
@ -7,6 +7,7 @@ in
|
|||
{
|
||||
imports = [
|
||||
./sway
|
||||
../develop
|
||||
];
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
|
|
@ -15,7 +15,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
../../profiles/develop
|
||||
../../profiles/graphical
|
||||
];
|
||||
|
||||
programs.gnupg.agent = {
|
||||
|
|
Loading…
Reference in a new issue