mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
Fix configuration example in README
This commit is contained in:
parent
11ef3873cd
commit
d8a9182187
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ enables the user gpg-agent service.
|
||||||
First create a file `~/.nixpkgs/home.nix` containing
|
First create a file `~/.nixpkgs/home.nix` containing
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{ pkgs }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
Loading…
Reference in a new issue