diff options
author | magenbluten <magenbluten@codemonkey.cc> | 2019-07-14 13:26:37 +0200 |
---|---|---|
committer | magenbluten <magenbluten@codemonkey.cc> | 2019-07-14 13:26:37 +0200 |
commit | 976e6d77031b9e9648789d72cf893a6d1192fedb (patch) | |
tree | 64866de8762dbc4373561d8148783015dd3e6439 /mb/1systems/p1nk/configuration.nix | |
parent | 08b81051969e0b0e03dd240bd3c83e42e2619521 (diff) |
mb p1nk.r: add pekwm
Diffstat (limited to 'mb/1systems/p1nk/configuration.nix')
-rw-r--r-- | mb/1systems/p1nk/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mb/1systems/p1nk/configuration.nix b/mb/1systems/p1nk/configuration.nix index ba11c85f4..19efc75b0 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; |