Use single terminal config variable
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/settings/rofi.nix → user/settings/rofi.nix
@@ -6,7 +6,7 @@ [dmenu] dmenu_command = ${pkgs.rofi}/bin/dmenu [editor] - terminal = xst + terminal = ${config.home.sessionVariables.TERMINAL} gui_if_available = false '';