1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

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;
packages = with pkgs; [
neovim
wireguard-tools
];
};