1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-01 00:39:45 +01:00
This commit is contained in:
rycee 2023-10-20 22:01:44 +00:00
parent bcd0a91f23
commit e095f78faf

View file

@ -82,7 +82,7 @@ home-manager.users.eve = { pkgs, ... }: {
# The state version is required and should stay at the version you # The state version is required and should stay at the version you
# originally installed. # originally installed.
system.stateVersion = "23.05"; home.stateVersion = "23.05";
};</pre><p>and after a <code class="literal">sudo nixos-rebuild switch</code> the user eves environment should };</pre><p>and after a <code class="literal">sudo nixos-rebuild switch</code> the user eves environment should
include a basic Bash configuration and the packages atool and httpie.</p><div class="note"><h3 class="title">Note</h3><p>If <code class="literal">nixos-rebuild switch</code> does not result in the environment you expect, include a basic Bash configuration and the packages atool and httpie.</p><div class="note"><h3 class="title">Note</h3><p>If <code class="literal">nixos-rebuild switch</code> does not result in the environment you expect,
you can take a look at the output of the Home Manager activation script output using</p><pre class="programlisting console">$ systemctl status "home-manager-$USER.service"</pre></div><p>If you do not plan on having Home Manager manage your shell you can take a look at the output of the Home Manager activation script output using</p><pre class="programlisting console">$ systemctl status "home-manager-$USER.service"</pre></div><p>If you do not plan on having Home Manager manage your shell
@ -120,7 +120,7 @@ home-manager.users.eve = { pkgs, ... }: {
# The state version is required and should stay at the version you # The state version is required and should stay at the version you
# originally installed. # originally installed.
system.stateVersion = "23.05"; home.stateVersion = "23.05";
};</pre><p>and after a <code class="literal">darwin-rebuild switch</code> the user eves environment };</pre><p>and after a <code class="literal">darwin-rebuild switch</code> the user eves environment
should include a basic Bash configuration and the packages atool and should include a basic Bash configuration and the packages atool and
httpie.</p><p>If you do not plan on having Home Manager manage your shell httpie.</p><p>If you do not plan on having Home Manager manage your shell