WIP
This commit is contained in:
4
nixos/zsh.nix
Normal file
4
nixos/zsh.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{pkgs, username, ...}: {
|
||||
programs.zsh.enable = true;
|
||||
users.users.${username}.shell = pkgs.zsh;
|
||||
}
|
||||
Reference in New Issue
Block a user