mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +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
|
||||
|
||||
```nix
|
||||
{ pkgs }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
|
|
Loading…
Reference in a new issue