switch to out of tree zotero

This commit is contained in:
Luj 2023-11-27 12:13:56 +01:00
parent f63e810bb1
commit 9f2d4bc2b4
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.