Add unstable.yuzu

This commit is contained in:
Dave Gallant
2023-08-07 16:56:39 -04:00
parent 0c22a916cb
commit bdd773719d
2 changed files with 2 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
{ {
lib, lib,
pkgs, pkgs,
unstable,
... ...
}: let }: let
hound-nvim = pkgs.vimUtils.buildVimPlugin { hound-nvim = pkgs.vimUtils.buildVimPlugin {
@@ -445,16 +444,6 @@ in {
]; ];
}; };
thunderbird = {
enable = stdenv.isLinux;
package = unstable.thunderbird;
profiles = {
default = {
isDefault = true;
};
};
};
firefox = { firefox = {
enable = stdenv.isLinux; enable = stdenv.isLinux;

View File

@@ -2,6 +2,7 @@
config, config,
lib, lib,
pkgs, pkgs,
unstable,
... ...
}: let }: let
inherit (pkgs) stdenv; inherit (pkgs) stdenv;
@@ -50,7 +51,7 @@ in {
wine64 wine64
wireshark-qt wireshark-qt
yaru-theme yaru-theme
yuzu unstable.yuzu
zoom-us zoom-us
]; ];
in in