🔧 chore(latest): latest

This commit is contained in:
Brian Zalewski 2023-01-12 06:41:13 +00:00
parent a34f2d2457
commit 873b33f52a
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
{{- if (eq .host.distro.family "linux") -}}
#!/usr/bin/env bash
set -x
{{ includeTemplate "universal/profile" }}
{{ includeTemplate "universal/logg" }}

View file

@ -1,6 +1,6 @@
{{- if (eq .host.distro.family "linux") -}}
#!/usr/bin/env bash
set -x
# enabled extensions: {{ output "dconf" "read" "/org/gnome/shell/enabled-extensions" }}
{{ includeTemplate "universal/profile" }}