mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Add unstable.yuzu
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user