feat: simplify duti config (remove Apple-blocked UTIs), add manual instructions
This commit is contained in:
parent
8438798850
commit
f616c31d37
1 changed files with 0 additions and 24 deletions
|
|
@ -1,24 +0,0 @@
|
||||||
{ pkgs, ... }: {
|
|
||||||
home.packages = [ pkgs.duti ];
|
|
||||||
|
|
||||||
xdg.configFile."duti/config".text = ''
|
|
||||||
# browser
|
|
||||||
com.google.Chrome public.html all
|
|
||||||
com.google.Chrome public.url all
|
|
||||||
com.google.Chrome public.xhtml all
|
|
||||||
|
|
||||||
# markdown viewer
|
|
||||||
MarkEdit net.daringfireball.markdown all
|
|
||||||
MarkEdit public.markdown all
|
|
||||||
|
|
||||||
# terminal
|
|
||||||
kitty public.shell-script all
|
|
||||||
|
|
||||||
# pdf
|
|
||||||
net.sourceforge.skim-app.skim com.adobe.pdf all
|
|
||||||
|
|
||||||
# mail
|
|
||||||
com.apple.mail public.email-message all
|
|
||||||
'';
|
|
||||||
# defaults applied via system.activationScripts.defaultApps in hosts/poppy/default.nix
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue