Add zsh config

This commit is contained in:
Marko Korhonen 2024-09-16 21:57:08 +03:00
parent 7bbb0f74de
commit 122bbc2236
4 changed files with 35 additions and 10 deletions

View file

@ -1,9 +1,10 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
users.users.functionalhacker = {
description = "Marko";
isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh;
};
}