diff options
| author | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-17 15:05:36 +0100 |
|---|---|---|
| committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-17 15:05:36 +0100 |
| commit | aff435a0fb3a56b1d7b738c7dede363440884b3a (patch) | |
| tree | 07acb41d37760aa169ee42dbeb69da3621cc7489 /dot_config/ghostty | |
| parent | a7f74c1fa4b89c5829f5896842eb7248c820704c (diff) | |
| download | dotfiles-aff435a0fb3a56b1d7b738c7dede363440884b3a.tar.gz dotfiles-aff435a0fb3a56b1d7b738c7dede363440884b3a.tar.bz2 dotfiles-aff435a0fb3a56b1d7b738c7dede363440884b3a.zip | |
Add the Canonical laptop profile and setup workflows
Diffstat (limited to 'dot_config/ghostty')
| -rw-r--r-- | dot_config/ghostty/config.tmpl (renamed from dot_config/ghostty/config) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/ghostty/config b/dot_config/ghostty/config.tmpl index 8a1faf6..605c6d1 100644 --- a/dot_config/ghostty/config +++ b/dot_config/ghostty/config.tmpl @@ -13,7 +13,12 @@ clipboard-read = allow bell-features = attention,title # Window — no decorations (sway manages windows) +{{ if eq (default "host" (index . "machineRole")) "canonical" }} +window-decoration = auto +command = {{ .chezmoi.homeDir }}/.nix-profile/bin/zsh -l +{{ else }} window-decoration = none +{{ end }} confirm-close-surface = false resize-overlay = never |
