switch to out of tree zotero

This commit is contained in:
Luj 2023-11-27 12:13:56 +01:00
parent 7726937c76
commit 1ba978f32f
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 3 additions and 6 deletions

View file

@ -93,10 +93,6 @@
programs.xwayland.enable = true;
nixpkgs.config.permittedInsecurePackages = [
"zotero-6.0.26"
];
time.timeZone = "Europe/Paris";
# Select internationalisation properties.

View file

@ -54,8 +54,6 @@
extraOptions = [ "--unsupported-gpu" ];
};
nixpkgs.config.permittedInsecurePackages = [ "zotero-6.0.27" ];
services.tailscale.enable = true;
networking.networkmanager.enable =
true; # Easiest to use and most distros use this by default.