README: fix outdated description (#2131)

* README: fix outdated description

(cherry picked from commit 04955ca970)
This commit is contained in:
Kid 2021-06-22 22:20:13 +08:00 committed by Robert Helgesson
parent 35a24648d1
commit 88de11327c
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -142,7 +142,7 @@ configuration generations.
As an example, let us expand the initial configuration file from the As an example, let us expand the initial configuration file from the
installation above to install the htop and fortune packages, install installation above to install the htop and fortune packages, install
Emacs with a few extra packages enabled, install Firefox with Emacs with a few extra packages enabled, install Firefox with
smooth scrolling enabled, and enable the user gpg-agent service. smooth scrolling disabled, and enable the user gpg-agent service.
To satisfy the above setup we should elaborate the To satisfy the above setup we should elaborate the
`~/.config/nixpkgs/home.nix` file as follows: `~/.config/nixpkgs/home.nix` file as follows:
@ -279,7 +279,7 @@ then result in
$ home-manager switch $ home-manager switch
Activating checkLinkTargets Activating checkLinkTargets
Existing file '/home/jdoe/.gitconfig' is in the way Existing file '/home/jdoe/.config/git/config' is in the way
Please move the above files and try again Please move the above files and try again
``` ```