mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat(wsl): set default shell to zsh
This commit is contained in:
parent
79363ee03b
commit
14fdc3875f
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -7,6 +7,8 @@
|
|||
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = "toast";
|
||||
programs.zsh.enable = true;
|
||||
users.users.toast.shell = pkgs.zsh;
|
||||
|
||||
networking.hostName = "wsl";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue