From a554e62cf81821c6873c0b9e03a144db61687b30 Mon Sep 17 00:00:00 2001 From: fleaz Date: Mon, 24 Jan 2022 23:02:38 +0100 Subject: [PATCH] cray: remove albert --- machines/cray/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/cray/configuration.nix b/machines/cray/configuration.nix index d6f37b2..ce85b8c 100644 --- a/machines/cray/configuration.nix +++ b/machines/cray/configuration.nix @@ -252,7 +252,7 @@ mod = "Mod4"; in { "${mod}+Return" = "exec foot"; - "${mod}+p" = "{pkgs.wofi}/bin/wofi --show drun"; + "${mod}+p" = "exec ${pkgs.wofi}/bin/wofi --show drun"; "${mod}+Shift+c" = "reload"; "${mod}+Shift+q" = "kill";