1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 04:53:33 +02: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 = {
enable = mkEnableOption ''
Zathura, a highly customizable and funtional document viewer
Zathura, a highly customizable and functional document viewer
focused on keyboard interaction'';
options = mkOption {

View File

@ -59,7 +59,7 @@ in
(p: { "section/base" = { include-file = "${p}"; }; })
(types.attrsOf types.attrs);
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.
'';
default = {};

View File

@ -376,7 +376,7 @@ let
type = types.attrsOf (types.listOf criteriaModule);
default = {};
description = ''
An attribute set that assignes applications to workspaces based
An attribute set that assigns applications to workspaces based
on criteria.
'';
example = literalExample ''
@ -473,7 +473,7 @@ let
type = types.attrs;
default = {};
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"/>.
'';
example = { "214" = "exec --no-startup-id /bin/script.sh"; };