mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
switch to out of tree zotero
This commit is contained in:
parent
7726937c76
commit
1ba978f32f
4 changed files with 3 additions and 6 deletions
|
@ -85,6 +85,8 @@
|
|||
};
|
||||
|
||||
buildbot-nix.url = "github:JulienMalka/buildbot-nix";
|
||||
|
||||
zotero-nix.url = "github:camillemndn/zotero-nix";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs:
|
||||
|
|
|
@ -63,6 +63,7 @@ nixpkgs.lib.nixosSystem {
|
|||
keycloak-keywind = prev.pkgs.callPackage ../packages/keycloak-keywind { };
|
||||
nix-rfc-92 = inputs.nix-rfc-92.packages.${system}.default;
|
||||
bcachefs-tools = prev.unstable.bcachefs-tools;
|
||||
zotero = inputs.zotero.packages.${system}.default;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
@ -93,10 +93,6 @@
|
|||
|
||||
programs.xwayland.enable = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"zotero-6.0.26"
|
||||
];
|
||||
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
||||
# Select internationalisation properties.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue