xmonad: install xmonad command to profile

Fixes #153.
This commit is contained in:
Robert Helgesson 2017-11-29 23:40:43 +01:00
parent 11da41e106
commit a1e36a9a37
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -83,6 +83,7 @@ in
config = mkIf cfg.enable (mkMerge [
{
home.packages = [ xmonad ];
xsession.windowManager.command = "${xmonad}/bin/xmonad";
}