diff --git a/dot_config/rofi/devices.dhall.tmpl b/dot_config/rofi/devices.dhall.tmpl index a897069..00ada8a 100644 --- a/dot_config/rofi/devices.dhall.tmpl +++ b/dot_config/rofi/devices.dhall.tmpl @@ -7,9 +7,19 @@ let cryptdir = "~/.crypt" {{- end }} -let sshKey = "ssh" +let sshKey = +{{ if eq .features.rofi_alias "workstation" -}} + "ssh workstation" +{{- else -}} + "ssh" +{{- end }} -let gpgKey = "gpg" +let gpgKey = +{{ if eq .features.rofi_alias "workstation" -}} + "gpg workstation" +{{- else -}} + "gpg" +{{- end }} let bwConfig = \(k : Text) ->