diff options
author | tv <tv@krebsco.de> | 2019-08-02 17:04:39 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-08-02 17:04:39 +0200 |
commit | fa2d8e61f87aab361725ec1de28135b9f1640843 (patch) | |
tree | ae5dad07f26a647f8fe569474d875fa58e11aecf /mb/1systems/orange/configuration.nix | |
parent | a191e11b65af72623a62df2248e5207cc266a340 (diff) | |
parent | 1bfd05c2feb4bdffb2410b608b70e055d0d83a89 (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'mb/1systems/orange/configuration.nix')
-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"; |