graphical: add develop as dependency
This commit is contained in:
parent
5921d56779
commit
5ae733b854
@ -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
|
||||||
|
@ -7,6 +7,7 @@ in
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./sway
|
./sway
|
||||||
|
../develop
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl.enable = true;
|
||||||
|
@ -15,7 +15,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../profiles/develop
|
../../profiles/graphical
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
Loading…
Reference in New Issue
Block a user