Add zsh
This commit is contained in:
parent
09cf4ae333
commit
539464e12a
@ -1,11 +1,15 @@
|
||||
{ pkgs, ...}:
|
||||
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
environment.shells = with pkgs; [ zsh ];
|
||||
|
||||
# Setup torjus user
|
||||
users.users.torjus = {
|
||||
isNormalUser = true;
|
||||
home = "/home/torjus";
|
||||
description = "Torjus";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
# Install some user packages
|
||||
packages = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user