nixos/evolution: enable gnome-keyring
This commit is contained in:
@@ -53,6 +53,7 @@ with lib;
|
|||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ pkgs.evolution ] ++ config.programs.evolution.plugins;
|
plugins = [ pkgs.evolution ] ++ config.programs.evolution.plugins;
|
||||||
};
|
};
|
||||||
|
services.gnome3.gnome-keyring.enable = true;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user