Add mimeapps.list config to control file handlers
This commit is contained in:
parent
653e80f3dd
commit
083e4af6de
@ -38,6 +38,9 @@ gpg_agent = { source = "gnupg/gpg-agent.conf", target = ".gnupg/gpg-agent.conf"
|
|||||||
# helix
|
# helix
|
||||||
helix = { source = "helix", target = ".config/helix" }
|
helix = { source = "helix", target = ".config/helix" }
|
||||||
|
|
||||||
|
# file handlers
|
||||||
|
mimeapps = { source = "mimeapps.list", target = ".config/mimeapps.list" }
|
||||||
|
|
||||||
# navi
|
# navi
|
||||||
navi = { source = "navi", target = ".config/navi" }
|
navi = { source = "navi", target = ".config/navi" }
|
||||||
|
|
||||||
|
2
mimeapps.list
Normal file
2
mimeapps.list
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Default Applications]
|
||||||
|
inode/directory=org.gnome.Nautilus.desktop
|
Loading…
x
Reference in New Issue
Block a user