users/rin: enable zsh
This commit is contained in:
parent
859dfb9552
commit
5dc2d1baf0
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{ config, lib, modules, pkgs, ... }: {
|
{ config, lib, modules, pkgs, ... }: {
|
||||||
|
programs.zsh.enable = true;
|
||||||
users.users.rin = {
|
users.users.rin = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "adbusers" "audio" "corectrl" "libvirtd" "video" "wheel" ];
|
extraGroups = [ "adbusers" "audio" "corectrl" "libvirtd" "video" "wheel" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue