This commit is contained in:
Torjus Håkestad 2024-02-27 09:33:38 +01:00
parent 09cf4ae333
commit 539464e12a

View File

@ -1,11 +1,15 @@
{ pkgs, ...}: { pkgs, ...}:
{ {
programs.zsh.enable = true;
environment.shells = with pkgs; [ zsh ];
# Setup torjus user # Setup torjus user
users.users.torjus = { users.users.torjus = {
isNormalUser = true; isNormalUser = true;
home = "/home/torjus"; home = "/home/torjus";
description = "Torjus"; description = "Torjus";
shell = pkgs.zsh;
extraGroups = [ "wheel" "networkmanager" ]; extraGroups = [ "wheel" "networkmanager" ];
# Install some user packages # Install some user packages
packages = with pkgs; [ packages = with pkgs; [