mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
README: add (home|state)Version to example config
This commit is contained in:
parent
e1632229e2
commit
0703f6ceb9
1 changed files with 6 additions and 0 deletions
|
|
@ -88,11 +88,17 @@ To enable `home-manager` you simply need to follow the instructions already prov
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# Read nix-on-droid changelog before changing this value
|
||||||
|
system.stateVersion = "20.09";
|
||||||
|
|
||||||
# insert nix-on-droid config
|
# insert nix-on-droid config
|
||||||
|
|
||||||
home-manager.config =
|
home-manager.config =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
# Read home-manager changelog before changing this value
|
||||||
|
home.stateVersion = "20.09";
|
||||||
|
|
||||||
# insert home-manager config
|
# insert home-manager config
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue