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 | 1bfd05c2feb4bdffb2410b608b70e055d0d83a89 (patch) | |
| tree | db139f59efbe5d3857f3f51252e5c7446a1ca6ba | |
| parent | 124bb123db9c9d2858b998f7b580896af3c1b46a (diff) | |
mb p1nk.r: add pekwm
| -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 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; | 
