forked from Drift/pvv-nixos-config
oysteikt: edit user settings
This commit is contained in:
parent
4ff5da28c4
commit
45ada78304
|
@ -2,16 +2,17 @@
|
|||
{
|
||||
users.users.oysteikt = {
|
||||
isNormalUser = true;
|
||||
description = "basement dweller";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"drift"
|
||||
];
|
||||
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
bottom
|
||||
exa
|
||||
neovim
|
||||
diskonaut
|
||||
ripgrep
|
||||
tmux
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue