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/p1nk/configuration.nix | |
parent | ecd65f1a4082fc97ae142701b0983279c030059a (diff) | |
parent | 1bfd05c2feb4bdffb2410b608b70e055d0d83a89 (diff) |
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'mb/1systems/p1nk/configuration.nix')
-rw-r--r-- | mb/1systems/p1nk/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mb/1systems/p1nk/configuration.nix b/mb/1systems/p1nk/configuration.nix index 905630e..19efc75 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/2configs/nvim.nix> ]; krebs.build.host = config.krebs.hosts.p1nk; @@ -118,13 +119,13 @@ in { unstable.ponyc unstable.sublime3 youtube-dl - vim virt-viewer virtmanager vulnix wcalc wget xz + zbackup ]; environment.shellAliases = { @@ -159,6 +160,7 @@ in { }; }; windowManager.ratpoison.enable = true; + windowManager.pekwm.enable = true; }; services.openssh.enable = true; |