From af0f04575755113a1f0c244f7f399720f1182ffc Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 28 Jul 2022 23:22:17 -0400 Subject: [PATCH] ENH split rofi build into vpn and non-vpn --- dot_bin/executable_bootstrap_build.tmpl | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/dot_bin/executable_bootstrap_build.tmpl b/dot_bin/executable_bootstrap_build.tmpl index 645baf6..d074de6 100644 --- a/dot_bin/executable_bootstrap_build.tmpl +++ b/dot_bin/executable_bootstrap_build.tmpl @@ -16,9 +16,17 @@ run_stack_in_dir () { export STACK_ROOT={{ .paths.stack }} -# NOTE; all of these repos require X11 which in turn requires c libraries. In -# this case these cannot simply be built using stack unless nix is also invoked. +run_stack_in_dir ~/.config/rofi-extras \ + :current-output \ + :pinentry-rofi \ + :rofi-autorandr \ + :rofi-bt \ + :rofi-bw \ + :rofi-dev +{{ if .features.vpn -}} +run_stack_in_dir ~/.config/rofi-extras :rofi-evpn +{{- end }} -#run_stack_in_dir ~/.config/rofi-extras -#run_stack_in_dir ~/.config/xmonad -#run_stack_in_dir ~/.config/xman +run_stack_in_dir ~/.config/xmonad + +run_stack_in_dir ~/.config/xman