users/rin: enable zsh

This commit is contained in:
LavaDesu 2023-06-18 21:22:36 +07:00
parent 859dfb9552
commit 5dc2d1baf0
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,4 +1,5 @@
{ config, lib, modules, pkgs, ... }: {
programs.zsh.enable = true;
users.users.rin = {
isNormalUser = true;
extraGroups = [ "adbusers" "audio" "corectrl" "libvirtd" "video" "wheel" ];