module add missing dep
This commit is contained in:
@@ -65,7 +65,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = [ zineshop-pkg ];
|
environment.systemPackages = [
|
||||||
|
zineshop-pkg
|
||||||
|
pkgs.poppler_utils #get first pdf page to png
|
||||||
|
];
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
groups.zineshop = {};
|
groups.zineshop = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user