Format default configs
This commit is contained in:
parent
93d2163ce9
commit
77b4fedee2
|
@ -1 +1,4 @@
|
|||
{"extends": "shell", "mountcwd": true}
|
||||
{
|
||||
"extends": "shell",
|
||||
"mountcwd": true
|
||||
}
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
{"extends": "shell", "romount": [".gitconfig", ".gnupg", "/run/user/1000/gnupg", ".ssh/config"], "mountcwd": true, "mount": [".ssh/known_hosts"]}
|
||||
{
|
||||
"extends": "shell",
|
||||
"romount": [".gitconfig", ".gnupg", "/run/user/1000/gnupg", ".ssh/config"],
|
||||
"mountcwd": true,
|
||||
"mount": [".ssh/known_hosts"]
|
||||
}
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
{"extends": "default", "romount": [".Xauthority", "/tmp/.X11-unix", "/run/user/1000/pulse/native"], "dbus": true, "dbuscall": ["org.freedesktop.Notifications.*=@/org/freedesktop/Notifications", "org.freedesktop.portal.*=*"], "dbusbroadcast": ["org.freedesktop.portal.*=@/org/freedesktop/portal/*"]}
|
||||
{
|
||||
"extends": "default",
|
||||
"romount": [".Xauthority", "/tmp/.X11-unix", "/run/user/1000/pulse/native"],
|
||||
"dbus": true,
|
||||
"dbuscall": ["org.freedesktop.Notifications.*=@/org/freedesktop/Notifications", "org.freedesktop.portal.*=*"],
|
||||
"dbusbroadcast": ["org.freedesktop.portal.*=@/org/freedesktop/portal/*"]
|
||||
}
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
{"extends": "default", "romount": [".oh-my-zsh", ".zsh", ".zshrc", ".zshrc-local"], "sethostname": true}
|
||||
{
|
||||
"extends": "default",
|
||||
"romount": [".oh-my-zsh", ".zsh", ".zshrc", ".zshrc-local"],
|
||||
"sethostname": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue