nicks-nix-config/hosts/WSL/default.nix
2024-07-04 23:30:56 +00:00

13 lines
237 B
Nix

{ config, pkgs, ... }:
let
in
{
# See https://nix-community.github.io/NixOS-WSL/how-to/change-username.html
# to reset default WSL login
environment = {
shells = [
"/etc/profiles/per-user/nixolas/bin/zsh"
];
};
}