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 | 6ec5b1abcf5d93b38f9531d74ce7a44f5526fc26 (patch) | |
| tree | 5118d1fd5571799b91419dcd7a5803641b1294f6 /mb/1systems/orange | |
| parent | ecd65f1a4082fc97ae142701b0983279c030059a (diff) | |
| parent | 1bfd05c2feb4bdffb2410b608b70e055d0d83a89 (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 3e90f89..b43bd8a 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"; |
