fix: lowercase com.apple.mail

This commit is contained in:
mikl 2026-07-01 15:30:01 +03:00
parent 8cbd02385c
commit 8438798850
2 changed files with 1 additions and 9 deletions

View file

@ -78,7 +78,6 @@ httrack "https://example.com" -O ./out "+*.example.com/*"
настраиваются через `~/.config/duti/config` (управляется в `home/duti.nix`): настраиваются через `~/.config/duti/config` (управляется в `home/duti.nix`):
- `com.google.Chrome` — html, url - `com.google.Chrome` — html, url
- `VSCodium` — txt (см. ⚠️ ниже)
- `MarkEdit` — markdown - `MarkEdit` — markdown
- `kitty` — shell scripts - `kitty` — shell scripts
- `com.apple.Preview` — pdf - `com.apple.Preview` — pdf
@ -88,11 +87,4 @@ httrack "https://example.com" -O ./out "+*.example.com/*"
```bash ```bash
duti -x html duti -x html
duti -x md duti -x md
duti -x txt
``` ```
⚠️ **для `.txt` файлов** на macOS Sonoma+ Apple блокирует настройку через CLI.
настроить вручную:
1. правый клик на .txt файл → **Get Info**
2. раздел **"Open with:"** → выбрать **VSCodium**
3. нажать **"Change All..."** → подтвердить

View file

@ -18,7 +18,7 @@
net.sourceforge.skim-app.skim com.adobe.pdf all net.sourceforge.skim-app.skim com.adobe.pdf all
# mail # mail
com.apple.Mail public.email-message all com.apple.mail public.email-message all
''; '';
# defaults applied via system.activationScripts.defaultApps in hosts/poppy/default.nix # defaults applied via system.activationScripts.defaultApps in hosts/poppy/default.nix
} }