mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
deploy: 0e7cd64674
This commit is contained in:
parent
2eace569ca
commit
837d873960
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ NixOS option called <code class="literal">home-manager</code> whose type is an a
|
|||
maps user names to Home Manager configurations.</p><p>For example, a nix-darwin configuration may include the lines</p><pre><code class="programlisting nix">users.users.eve = {
|
||||
name = "eve";
|
||||
home = "/Users/eve";
|
||||
}
|
||||
};
|
||||
home-manager.users.eve = { pkgs, ... }: {
|
||||
home.packages = [ pkgs.atool pkgs.httpie ];
|
||||
programs.bash.enable = true;
|
||||
|
|
Loading…
Reference in a new issue