feat: add duti activation to apply default apps on rebuild
This commit is contained in:
parent
93bc0d0c02
commit
bc8481dd7a
1 changed files with 0 additions and 28 deletions
|
|
@ -1,28 +0,0 @@
|
||||||
{ config, pkgs, ... }: {
|
|
||||||
home.packages = [ pkgs.duti ];
|
|
||||||
|
|
||||||
xdg.configFile."duti/config".text = ''
|
|
||||||
# browser
|
|
||||||
com.google.chrome public.html
|
|
||||||
com.google.chrome public.url
|
|
||||||
com.google.chrome public.xhtml
|
|
||||||
|
|
||||||
# text editor
|
|
||||||
com.vscodium public.plain-text
|
|
||||||
com.vscodium public.text
|
|
||||||
com.vscodium public.source-code
|
|
||||||
|
|
||||||
# markdown viewer
|
|
||||||
com.godspeedapps.MarkEdit net.daringfireball.markdown
|
|
||||||
com.godspeedapps.MarkEdit public.markdown
|
|
||||||
|
|
||||||
# terminal
|
|
||||||
net.kovidgoyal.kitty public.shell-script
|
|
||||||
|
|
||||||
# pdf
|
|
||||||
net.sourceforge.skim-app com.adobe.pdf
|
|
||||||
|
|
||||||
# mail
|
|
||||||
com.apple.mail public.email-message
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue