mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 23:03:40 +00:00
Add unstable.yuzu
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
unstable,
|
||||
...
|
||||
}: let
|
||||
hound-nvim = pkgs.vimUtils.buildVimPlugin {
|
||||
@@ -445,16 +444,6 @@ in {
|
||||
];
|
||||
};
|
||||
|
||||
thunderbird = {
|
||||
enable = stdenv.isLinux;
|
||||
package = unstable.thunderbird;
|
||||
profiles = {
|
||||
default = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
firefox = {
|
||||
enable = stdenv.isLinux;
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
unstable,
|
||||
...
|
||||
}: let
|
||||
inherit (pkgs) stdenv;
|
||||
@@ -50,7 +51,7 @@ in {
|
||||
wine64
|
||||
wireshark-qt
|
||||
yaru-theme
|
||||
yuzu
|
||||
unstable.yuzu
|
||||
zoom-us
|
||||
];
|
||||
in
|
||||
|
Reference in New Issue
Block a user