mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-03 12:27:27 -05:00
Update home-manager links in README.md [skip ci]
This commit is contained in:
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user