chore: add neovim to root

This commit is contained in:
oddlama 2023-12-18 02:18:50 +01:00
parent aa5ce08891
commit f2db8d3d22
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -23,6 +23,7 @@
username = config.users.users.root.name; username = config.users.users.root.name;
packages = with pkgs; [ packages = with pkgs; [
neovim
wireguard-tools wireguard-tools
]; ];
}; };