summaryrefslogtreecommitdiffstats
path: root/mb
diff options
context:
space:
mode:
authormagenbluten <magenbluten@codemonkey.cc>2019-07-14 13:26:37 +0200
committermagenbluten <magenbluten@codemonkey.cc>2019-07-14 13:26:37 +0200
commit1bfd05c2feb4bdffb2410b608b70e055d0d83a89 (patch)
treedb139f59efbe5d3857f3f51252e5c7446a1ca6ba /mb
parent124bb123db9c9d2858b998f7b580896af3c1b46a (diff)
mb p1nk.r: add pekwm
Diffstat (limited to 'mb')
-rw-r--r--mb/1systems/p1nk/configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/mb/1systems/p1nk/configuration.nix b/mb/1systems/p1nk/configuration.nix
index ba11c85..19efc75 100644
--- a/mb/1systems/p1nk/configuration.nix
+++ b/mb/1systems/p1nk/configuration.nix
@@ -5,7 +5,7 @@ in {
[ # Include the results of the hardware scan.
./hardware-configuration.nix
<stockholm/mb>
- <stockholm/mb/2config/nvim.nix>
+ <stockholm/mb/2configs/nvim.nix>
];
krebs.build.host = config.krebs.hosts.p1nk;
@@ -160,6 +160,7 @@ in {
};
};
windowManager.ratpoison.enable = true;
+ windowManager.pekwm.enable = true;
};
services.openssh.enable = true;