Flake: lock update
This commit is contained in:
parent
9266a2dd90
commit
0609041bcd
4 changed files with 23 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, config, lib, ... }: {
|
||||
home.packages =
|
||||
[ pkgs.bitwarden ] ++
|
||||
[ pkgs.unstable_pkgs.bitwarden ] ++
|
||||
lib.optionals config.programs.rofi.enable (builtins.attrValues {
|
||||
inherit (pkgs.unstable_pkgs) rbw rofi-rbw pinentry-gtk2;
|
||||
});
|
||||
|
|
|
|||
|
|
@ -42,12 +42,12 @@ let
|
|||
link = "https://play.google.com/books";
|
||||
categories = [ "Office" "Viewer" ];
|
||||
}
|
||||
{
|
||||
desktopName = "Mendeley";
|
||||
link =
|
||||
"https://www.mendeley.com/reference-manager/library/all-references";
|
||||
categories = [ "Office" ];
|
||||
}
|
||||
# {
|
||||
# desktopName = "Mendeley";
|
||||
# link =
|
||||
# "https://www.mendeley.com/reference-manager/library/all-references";
|
||||
# categories = [ "Office" ];
|
||||
# }
|
||||
{
|
||||
desktopName = "Monkeytype";
|
||||
link = "https://monkeytype.com/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue