Skip to content

Commit

Permalink
nixos: stumpwm: switch from package marked as broken to working quick…
Browse files Browse the repository at this point in the history
…lisp package (#40501)

(cherry picked from commit efde5fe)
  • Loading branch information
arcadio authored and rycee committed Aug 30, 2018
1 parent 9527b01 commit a37638d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/x11/window-managers/stumpwm.nix
Expand Up @@ -15,10 +15,10 @@ in
services.xserver.windowManager.session = singleton {
name = "stumpwm";
start = ''
${pkgs.stumpwm}/bin/stumpwm &
${pkgs.lispPackages.stumpwm}/bin/stumpwm &
waitPID=$!
'';
};
environment.systemPackages = [ pkgs.stumpwm ];
environment.systemPackages = [ pkgs.lispPackages.stumpwm ];
};
}

0 comments on commit a37638d

Please sign in to comment.