fix(home-manager): build error
This commit is contained in:
parent
9d54c2d56c
commit
3a83f5d5fc
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
home.homeDirectory = "/home/xin";
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
nix.package = pkgs.nixVersions.latest;
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue