add neovim
This commit is contained in:
parent
56e3c6f506
commit
88c191c957
|
@ -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" ];
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
tmux
|
||||
usbutils
|
||||
wget
|
||||
neovim
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue