fix: PDF-Reader Okular Package name
This commit is contained in:
parent
b147b3b001
commit
b09cc96448
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ in
|
|||
|
||||
package = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
default = pkgs.kdeApplications.okular;
|
||||
default = pkgs.kdePackages.okular;
|
||||
example = pkgs.evince;
|
||||
description = "PDF or scanning GUI package to install (e.g. Okular, Evince, Xournal++).";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue