diff options
author | magenbluten <magenbluten@codemonkey.cc> | 2019-06-22 09:01:31 +0200 |
---|---|---|
committer | magenbluten <magenbluten@codemonkey.cc> | 2019-07-14 13:07:15 +0200 |
commit | cc470ff1580cdca5aa279c2f745c1bb07d20e24c (patch) | |
tree | 1221b9f5bc7aa9445dc9b2ab9764e92c56492e19 /mb/1systems | |
parent | 7351d5cff1f834990ee3dd698f36a1277e7d7cad (diff) |
mb: add neovim config
Diffstat (limited to 'mb/1systems')
-rw-r--r-- | mb/1systems/orange/configuration.nix | 2 | ||||
-rw-r--r-- | mb/1systems/p1nk/configuration.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mb/1systems/orange/configuration.nix b/mb/1systems/orange/configuration.nix index a6e5d0dce..cabbc6fc1 100644 --- a/mb/1systems/orange/configuration.nix +++ b/mb/1systems/orange/configuration.nix @@ -5,6 +5,7 @@ in { [ # Include the results of the hardware scan. ./hardware-configuration.nix <stockholm/mb> + <stockholm/mb/2configs/nvim.nix> ]; krebs.build.host = config.krebs.hosts.orange; @@ -124,7 +125,6 @@ in { unstable.ponyc unstable.sublime3 unstable.youtube-dl - vim virt-viewer virtmanager vulnix diff --git a/mb/1systems/p1nk/configuration.nix b/mb/1systems/p1nk/configuration.nix index dff4efaa2..ba11c85f4 100644 --- a/mb/1systems/p1nk/configuration.nix +++ b/mb/1systems/p1nk/configuration.nix @@ -5,6 +5,7 @@ in { [ # Include the results of the hardware scan. ./hardware-configuration.nix <stockholm/mb> + <stockholm/mb/2config/nvim.nix> ]; krebs.build.host = config.krebs.hosts.p1nk; @@ -118,7 +119,6 @@ in { unstable.ponyc unstable.sublime3 youtube-dl - vim virt-viewer virtmanager vulnix |