add neovim

This commit is contained in:
revol-xut 2022-03-05 15:02:17 +01:00
parent 56e3c6f506
commit 88c191c957
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07
2 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,7 @@
networking = {
hostName = "birne";
interfaces.wlp4s0.useDHCP = true;
networking.interfaces.enp1s0.useDHCP = true;
interfaces.enp1s0.useDHCP = true;
wireless = {
enable = true;
interfaces = [ "wlp4s0" ];

View file

@ -51,6 +51,7 @@
tmux
usbutils
wget
neovim
];
}