fixing rbw and some other jazz

This commit is contained in:
Matt Nish-Lapidus 2025-06-26 23:29:56 -04:00
parent 0d0b86dd47
commit 16437c9f62
5 changed files with 20 additions and 15 deletions

View file

@ -144,6 +144,7 @@
gnome-online-accounts-gtk
gnome-calculator
gnome-calendar
gnome-keyring
evolution
wordbook

View file

@ -1,6 +1,6 @@
{ pkgs-local, pkgs-stable, pkgs, ... }:
let
pwdcmd = "${pkgs-local.rbw-latest}/bin/rbw";
pwdcmd = "${pkgs.rbw}/bin/rbw";
in
{
accounts.email = {
@ -54,7 +54,7 @@ in
services.imapnotify = {
enable = true;
package = pkgs.goimapnotify;
path = [ pkgs.mu pkgs.isync pkgs.goimapnotify pkgs-local.rbw-latest ];
path = [ pkgs.mu pkgs.isync pkgs.goimapnotify pkgs.rbw ];
};
programs = {

View file

@ -192,7 +192,7 @@
jq.enable = true;
rbw = {
enable = true;
package = pkgs-local.rbw-latest;
package = pkgs.rbw;
};
};