1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 19:49:45 +01:00

Correct spelling mistakes

This commit is contained in:
Edward Betts 2018-10-02 07:17:34 +01:00 committed by Robert Helgesson
parent 782d2fab83
commit 36da7a918f
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ in
options.programs.zathura = { options.programs.zathura = {
enable = mkEnableOption '' enable = mkEnableOption ''
Zathura, a highly customizable and funtional document viewer Zathura, a highly customizable and functional document viewer
focused on keyboard interaction''; focused on keyboard interaction'';
options = mkOption { options = mkOption {

View file

@ -59,7 +59,7 @@ in
(p: { "section/base" = { include-file = "${p}"; }; }) (p: { "section/base" = { include-file = "${p}"; }; })
(types.attrsOf types.attrs); (types.attrsOf types.attrs);
description = '' description = ''
Polybar configuration. Can be either path to a file, or set of attibutes Polybar configuration. Can be either path to a file, or set of attributes
that will be used to create the final configuration. that will be used to create the final configuration.
''; '';
default = {}; default = {};

View file

@ -376,7 +376,7 @@ let
type = types.attrsOf (types.listOf criteriaModule); type = types.attrsOf (types.listOf criteriaModule);
default = {}; default = {};
description = '' description = ''
An attribute set that assignes applications to workspaces based An attribute set that assigns applications to workspaces based
on criteria. on criteria.
''; '';
example = literalExample '' example = literalExample ''
@ -473,7 +473,7 @@ let
type = types.attrs; type = types.attrs;
default = {}; default = {};
description = '' description = ''
An attribute set that assignes keypress to an action using key code. An attribute set that assigns keypress to an action using key code.
See <link xlink:href="https://i3wm.org/docs/userguide.html#keybindings"/>. See <link xlink:href="https://i3wm.org/docs/userguide.html#keybindings"/>.
''; '';
example = { "214" = "exec --no-startup-id /bin/script.sh"; }; example = { "214" = "exec --no-startup-id /bin/script.sh"; };