Switch from Zotero to Mendeley
This commit is contained in:
parent
3f062b7a58
commit
d065d01f89
3 changed files with 8 additions and 3 deletions
|
|
@ -48,7 +48,10 @@
|
|||
defaultConfig = {
|
||||
allowUnfree = true;
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
permittedInsecurePackages = [ "electron-9.4.4" ]; # authy dependency
|
||||
permittedInsecurePackages = [
|
||||
"electron-9.4.4" # authy dependency
|
||||
"qtwebkit-5.212.0-alpha4" # mendeley dependency
|
||||
];
|
||||
};
|
||||
|
||||
overlaysBuilder = { system }: [
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@
|
|||
krita
|
||||
lutris
|
||||
meld
|
||||
mendeley
|
||||
# minecraft
|
||||
# mycrypto
|
||||
nix-prefetch-scripts
|
||||
|
|
@ -79,7 +80,7 @@
|
|||
unstable.obsidian
|
||||
unstable.tdesktop
|
||||
unstable.thunderbird
|
||||
unstable.zotero
|
||||
# unstable.zotero
|
||||
virt-manager
|
||||
virt-viewer
|
||||
# wineFull
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
krita
|
||||
lutris
|
||||
meld
|
||||
mendeley
|
||||
# minecraft
|
||||
mycrypto
|
||||
nix-prefetch-scripts
|
||||
|
|
@ -72,7 +73,7 @@
|
|||
unstable.obsidian
|
||||
unstable.spotify
|
||||
unstable.thunderbird
|
||||
unstable.zotero
|
||||
# unstable.zotero
|
||||
virt-manager
|
||||
virt-viewer
|
||||
# wineFull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue