wsl adjustments

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-09-25 07:20:36 +00:00
parent 960e786ee5
commit d8704de501
2 changed files with 4 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
home.username = hyper.user;
# home.homeDirectory = hyper.home; # for some reason you cant use hyper.home here
home.homeDirectory = "/home/${hyper.user}";
home.stateVersion = pkgs.version;
home.stateVersion = hyper.pkgs-version;
xdg = {
enable = true;
configHome = "${hyper.home}/.config";