discord: use new enable option for testbed
This commit is contained in:
parent
a2236aa290
commit
2b176d49de
2 changed files with 24 additions and 37 deletions
|
|
@ -6,9 +6,14 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
stylix.testbed.ui.application = {
|
||||
name = "discord";
|
||||
inherit package;
|
||||
stylix.testbed = {
|
||||
# Discord is not available on arm64.
|
||||
enable = lib.meta.availableOn pkgs.stdenv.hostPlatform package;
|
||||
|
||||
ui.application = {
|
||||
name = "discord";
|
||||
inherit package;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [ package ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue