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, ...}:
{
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; [