1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 13:03:33 +02:00

docs: remove stray ` from README.md

The typo came from #1705.
This commit is contained in:
Ivan Babrou 2021-01-10 13:47:08 -08:00 committed by Robert Helgesson
parent e8358125d9
commit cc89be5a30
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -3,7 +3,7 @@ Home Manager using Nix
This project provides a basic system for managing a user environment
using the [Nix][] package manager together with the Nix libraries
found in [Nixpkgs][]`. It allows declarative configuration of user
found in [Nixpkgs][]. It allows declarative configuration of user
specific (non global) packages and dotfiles.
Before attempting to use Home Manager please read the warning below.