From c2760ee847f28afe8cc9529cbf3b541a140c39e9 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 2 Dec 2022 15:38:50 +0000 Subject: [PATCH] Update .local/share/chezmoi/home/.chezmoi.yaml.tmpl --- .local/share/chezmoi/home/.chezmoi.yaml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/share/chezmoi/home/.chezmoi.yaml.tmpl b/.local/share/chezmoi/home/.chezmoi.yaml.tmpl index ecaa8deb..20fafe99 100644 --- a/.local/share/chezmoi/home/.chezmoi.yaml.tmpl +++ b/.local/share/chezmoi/home/.chezmoi.yaml.tmpl @@ -21,13 +21,13 @@ {{- $tabbySyncToken := (env "TABBY_SYNC_TOKEN") -}} {{- $timezone := "America/New_York" -}} {{- $toolchains := list "docker" "go" "java" "kubernetes" "python" "rust" "extras" "web" "gpg" -}} -{{- $softwareGroup := "standard" -}} {{- $desktopSession := true -}} {{- if and (ne .chezmoi.os "darwin") (ne .chezmoi.os "windows") (not $.Env.DISPLAY) -}} {{- $desktopSession = false -}} {{- end -}} +{{- $softwareGroup := "Standard" -}} {{- if $desktopSession -}} -{{- $softwareGroup = "standardDesktop" -}} +{{- $softwareGroup = "Standard-Desktop" -}} {{- end -}} {{- $data := . }}