From e095f78fafc8bb14eea777a110040640c3d87e07 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 20 Oct 2023 22:01:44 +0000 Subject: [PATCH] deploy: ae631b0b20f06f7d239d160723d228891ddb2fe0 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 975eee785..5fed822da 100644 --- a/index.html +++ b/index.html @@ -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"; };

and after a sudo nixos-rebuild switch the user eve’s environment should include a basic Bash configuration and the packages atool and httpie.

Note

If nixos-rebuild switch does not result in the environment you expect, you can take a look at the output of the Home Manager activation script output using

$ systemctl status "home-manager-$USER.service"

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"; };

and after a darwin-rebuild switch the user eve’s environment should include a basic Bash configuration and the packages atool and httpie.

If you do not plan on having Home Manager manage your shell