oysteikt: edit user settings

This commit is contained in:
Oystein Kristoffer Tveit 2023-05-17 15:38:35 +02:00
parent 4ff5da28c4
commit 45ada78304
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 2 additions and 1 deletions

View File

@ -2,16 +2,17 @@
{ {
users.users.oysteikt = { users.users.oysteikt = {
isNormalUser = true; isNormalUser = true;
description = "basement dweller";
extraGroups = [ extraGroups = [
"wheel" "wheel"
"drift" "drift"
]; ];
shell = pkgs.zsh;
packages = with pkgs; [ packages = with pkgs; [
bottom bottom
exa exa
neovim neovim
diskonaut
ripgrep ripgrep
tmux tmux
]; ];