mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
deploy: ae631b0b20
This commit is contained in:
parent
bcd0a91f23
commit
e095f78faf
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ home-manager.users.eve = { pkgs, ... }: {
|
|||
|
||||
# The state version is required and should stay at the version you
|
||||
# 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 eve’s 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,
|
||||
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
|
||||
# originally installed.
|
||||
system.stateVersion = "23.05";
|
||||
home.stateVersion = "23.05";
|
||||
};</pre><p>and after a <code class="literal">darwin-rebuild switch</code> the user eve’s environment
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue