Merge pull request #194 from thiagokokada/update-hm-links

Update home-manager links in README.md [skip ci]
This commit is contained in:
Thiago Kenji Okada
2022-07-08 12:00:44 +01:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ compatible with the `doom-emacs` requirements.
## Getting started ## Getting started
Using [home-manager](https://github.com/rycee/home-manager): Using [home-manager](https://github.com/nix-community/home-manager):
``` nix ``` nix
{ pkgs, ... }: { pkgs, ... }:
@@ -44,7 +44,7 @@ Using `flake.nix`:
``` nix ``` nix
{ {
inputs = { inputs = {
home-manager.url = "github:rycee/home-manager"; home-manager.url = "github:nix-community/home-manager";
nix-doom-emacs.url = "github:nix-community/nix-doom-emacs"; nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
}; };