From 952f2c76e00f49588238dffdd6055d88c6c15d0e Mon Sep 17 00:00:00 2001 From: Michael White Date: Mon, 11 Jan 2021 16:59:49 -0700 Subject: nixos/clfswm: Restore working quicklisp package --- nixos/modules/services/x11/window-managers/clfswm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/services/x11/window-managers/clfswm.nix') diff --git a/nixos/modules/services/x11/window-managers/clfswm.nix b/nixos/modules/services/x11/window-managers/clfswm.nix index 176c1f46127..171660c53ac 100644 --- a/nixos/modules/services/x11/window-managers/clfswm.nix +++ b/nixos/modules/services/x11/window-managers/clfswm.nix @@ -15,10 +15,10 @@ in services.xserver.windowManager.session = singleton { name = "clfswm"; start = '' - ${pkgs.clfswm}/bin/clfswm & + ${pkgs.lispPackages.clfswm}/bin/clfswm & waitPID=$! ''; }; - environment.systemPackages = [ pkgs.clfswm ]; + environment.systemPackages = [ pkgs.lispPackages.clfswm ]; }; } -- cgit 1.4.1