Give daniel neovim
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
@@ -71,6 +71,9 @@ in
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
group = "daniel";
|
group = "daniel";
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
|
packages = with pkgs; [
|
||||||
|
neovim
|
||||||
|
];
|
||||||
};
|
};
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user