From 30564a3983047210f97ea32e66bcdffc997e5f79 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Wed, 8 Mar 2023 10:30:51 +0000 Subject: [PATCH] deploy: 36999b8d19eb6eebb41983ef017d7e0095316af2 --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index f81a7bc20..f7d6b080c 100644 --- a/index.html +++ b/index.html @@ -330,8 +330,7 @@ The Home Manager library is exported by the flake under You can use the above flake.nix as a template in ~/.config/nixpkgs by
$ nix flake new ~/.config/nixpkgs -t github:nix-community/home-manager
  • Install Home Manager and apply the configuration by -

    $ nix build --no-link <flake-uri>#homeConfigurations.jdoe.activationPackage
    -$ "$(nix path-info <flake-uri>#homeConfigurations.jdoe.activationPackage)"/activate

    Substitute <flake-uri> with the flake URI of the configuration flake. +

    $ nix run <flake-uri>#homeConfigurations.jdoe.activationPackage

    Substitute <flake-uri> with the flake URI of the configuration flake. If flake.nix resides in ~/.config/nixpkgs, <flake-uri> may be ~/.config/nixpkgs as a Git tree or path:~/.config/nixpkgs if not.