mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00: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 = {
|
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";
|
name = "eve";
|
||||||
home = "/Users/eve";
|
home = "/Users/eve";
|
||||||
}
|
};
|
||||||
home-manager.users.eve = { pkgs, ... }: {
|
home-manager.users.eve = { pkgs, ... }: {
|
||||||
home.packages = [ pkgs.atool pkgs.httpie ];
|
home.packages = [ pkgs.atool pkgs.httpie ];
|
||||||
programs.bash.enable = true;
|
programs.bash.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue