mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
feat: write first little bit of xdg.mimeApps options
This commit is contained in:
parent
00eab67bfb
commit
a2ae9bfa4b
1 changed files with 9 additions and 0 deletions
9
modules/home/xdg.nix
Normal file
9
modules/home/xdg.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
xdg.mimeApps = {
|
||||||
|
enable = true;
|
||||||
|
defaultApplications = {
|
||||||
|
"x-scheme-handler/sgnl" = "signal-desktop.desktop";
|
||||||
|
"x-scheme-handler/signalcaptcha" = "signal-desktop.desktop";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue