nixos-config/system/set-dev.nix
2024-08-06 17:57:40 +02:00

5 lines
56 B
Nix

{ pkgs, ... }
:{
users.defaultUserShell = pkgs.zsh;
}