mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-04 21:21:22 +02:00
oysteikt: edit user settings
This commit is contained in:
parent
4ff5da28c4
commit
45ada78304
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user