add neovim
This commit is contained in:
parent
56e3c6f506
commit
88c191c957
|
@ -26,7 +26,7 @@
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "birne";
|
hostName = "birne";
|
||||||
interfaces.wlp4s0.useDHCP = true;
|
interfaces.wlp4s0.useDHCP = true;
|
||||||
networking.interfaces.enp1s0.useDHCP = true;
|
interfaces.enp1s0.useDHCP = true;
|
||||||
wireless = {
|
wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces = [ "wlp4s0" ];
|
interfaces = [ "wlp4s0" ];
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
tmux
|
tmux
|
||||||
usbutils
|
usbutils
|
||||||
wget
|
wget
|
||||||
|
neovim
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue