fix(gs/system): Add mime handler for telegramdesktop
Telegram adds this itself, which means the file is different from what home-manager knows about, which means running home-manager switch breaks unless this is here. Change-Id: Iad507bf63365a630b7eef349228b633f5b83d78b Reviewed-on: https://cl.tvl.fyi/c/depot/+/3251 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
2c6b00330f
commit
f32cc0ecb1
1 changed files with 3 additions and 0 deletions
|
@ -66,4 +66,7 @@ in
|
|||
};
|
||||
|
||||
xsession.windowManager.i3.config.keybindings.F9 = "exec lock";
|
||||
|
||||
xdg.mimeApps.defaultApplications."x-scheme-handler/tg" =
|
||||
"telegramdesktop.desktop";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue