feat: wsl: some things

This commit is contained in:
2026-03-15 10:59:19 +00:00
parent b9730784ba
commit f23720e151
12 changed files with 190 additions and 63 deletions

View File

@@ -14,8 +14,6 @@
hectic = {
archetype.base.enable = true;
program.zsh.enable = true;
program.nixvim.enable = true;
user.yukkop.enable = true;
};
@@ -84,6 +82,8 @@
nrs = "sudo nixos-rebuild switch --flake /home/yukkop/pj/util.nix#wsl";
};
users.users.yukkop.shell = pkgs.zsh;
# WSL: keep imperative stateVersion in the system module
system.stateVersion = "25.05";
}