mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-07 03:07:17 +00:00
Fixed typos and formatting
This commit is contained in:
parent
594d7b434b
commit
08a77485aa
11 changed files with 27 additions and 27 deletions
|
|
@ -2,7 +2,7 @@
|
|||
pkgs,
|
||||
lib,
|
||||
...
|
||||
} @ moduleInheritencePackage: let
|
||||
} @ moduleInheritancePackage: let
|
||||
# The name of the pdf viewer
|
||||
name = "qpdfview";
|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
inherit (lib.types) package str listOf;
|
||||
in (
|
||||
template {
|
||||
inherit name moduleInheritencePackage;
|
||||
inherit name moduleInheritancePackage;
|
||||
|
||||
options = {
|
||||
enable = mkEnableOption "enable qpdfview as the pdf file previewer.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue