Give daniel neovim

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2026-01-03 23:37:11 +00:00
parent 13ed9c038c
commit 5fe381b450

View File

@@ -71,6 +71,9 @@ in
isNormalUser = true;
group = "daniel";
extraGroups = [ "wheel" ];
packages = with pkgs; [
neovim
];
};
security.sudo.wheelNeedsPassword = false;