moved to main branch temporarily. updated wine for yabridge

This commit is contained in:
Matt Nish-Lapidus 2025-06-21 18:38:07 -04:00
parent 1475c512e3
commit c7069c3b78
4 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ pkgs-local, pkgs, ... }:
{ pkgs-local, pkgs-stable, pkgs, ... }:
let
pwdcmd = "${pkgs-local.rbw-latest}/bin/rbw";
in
@ -65,6 +65,7 @@ in
msmtp.enable = true;
thunderbird = {
enable = true;
package = pkgs-stable.thunderbird;
profiles.emenel = {
isDefault = true;
};