changes
This commit is contained in:
parent
c96c24f864
commit
44b47ce18c
24 changed files with 91 additions and 50 deletions
|
|
@ -1,6 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
imagemagick = pkgs.imagemagick.override {
|
||||
libwebp = pkgs.libwebp;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
imagemagick
|
||||
ghostscript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue