diff options
author | jeschli <jeschli@gmail.com> | 2019-07-16 19:06:14 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2019-07-16 19:06:14 +0200 |
commit | cd4f0290ed091cdae9b5d8526f4387b54e2c42dc (patch) | |
tree | 1db65f278382130f52da18aaafbc31d7d8e52376 /mb/1systems/orange | |
parent | ecb6c5fe8784de4aeceef437368cb501e1d659ce (diff) | |
parent | 3f0435e89cbdccf8ad8ab351cc3eab349c427e60 (diff) |
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'mb/1systems/orange')
-rw-r--r-- | mb/1systems/orange/configuration.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mb/1systems/orange/configuration.nix b/mb/1systems/orange/configuration.nix index 3e90f89a2..b43bd8a0f 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,15 +125,19 @@ in { unstable.ponyc unstable.sublime3 unstable.youtube-dl - vim virt-viewer virtmanager vulnix wcalc wget xz + zbackup ]; + environment.variables = { + EDITOR = ["nvim"]; + }; + environment.shellAliases = { ll = "ls -alh"; ls = "ls --color=tty"; |