aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-10-04 00:24:59 +0200
committerRobert Helgesson <robert@rycee.net>2017-10-04 00:24:59 +0200
commitfb5dbe13c24b4ae09d908389804ba559a6a152da (patch)
tree7d575d575041265dacb9b73018706bf0d406ffbc /README.md
parente4c359d8b9b2cdb3b9b1bec4f75567ba6e6bf969 (diff)
readme: minor fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cb0517ba253..e0da6b240b4 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ $ man home-configuration.nix
Keeping your ~ safe from harm
-----------------------------
-To configure programs and services the Home Manager must write various
+To configure programs and services Home Manager must write various
things to your home directory. To prevent overwriting any existing
files when switching to a new generation, Home Manager will attempt to
detect collisions between existing files and generated files. If any
@@ -207,7 +207,7 @@ in your system configuration and
# …
xsession.enable = true;
- xsession.windowManager = "…";
+ xsession.windowManager.command = "…";
# …
}