fixing rbw and some other jazz
This commit is contained in:
parent
0d0b86dd47
commit
16437c9f62
5 changed files with 20 additions and 15 deletions
|
@ -144,6 +144,7 @@
|
|||
gnome-online-accounts-gtk
|
||||
gnome-calculator
|
||||
gnome-calendar
|
||||
gnome-keyring
|
||||
evolution
|
||||
wordbook
|
||||
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
jq.enable = true;
|
||||
rbw = {
|
||||
enable = true;
|
||||
package = pkgs-local.rbw-latest;
|
||||
package = pkgs.rbw;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue