mirror of
https://github.com/nix-community/home-manager
synced 2025-02-17 05:35:06 +01:00
Update nixos.md
Enhance comment for home.stateVersion option (see issue #5794)
This commit is contained in:
parent
a46e702093
commit
caee1e1731
1 changed files with 5 additions and 2 deletions
|
@ -42,8 +42,11 @@ 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;
|
||||||
|
|
||||||
# The state version is required and should stay at the version you
|
# This value determines the Home Manager release from which the default
|
||||||
# originally installed.
|
# settings for stateful data, like file locations and database versions
|
||||||
|
# on your system were taken. The state version is required and should
|
||||||
|
# stay at the version you originally installed. More documentation for
|
||||||
|
# this option is available at https://nixos.org/nixos/options.html.
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue