Fix errors
This commit is contained in:
parent
01e941b6f5
commit
6ca28f7e4b
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
||||||
}: let
|
}: let
|
||||||
hasDE = osConfig.hm-pedro.de != "none";
|
hasDE = osConfig.hm-pedro.de != "none";
|
||||||
in {
|
in {
|
||||||
xdg.mimeApps = lib.mkif (osConfig.hm-pedro.de != "none") {
|
xdg.mimeApps = lib.mkIf (osConfig.hm-pedro.de != "none") {
|
||||||
enable = true;
|
enable = true;
|
||||||
xdg.mimeApps.defaultApplications =
|
defaultApplications =
|
||||||
{
|
{
|
||||||
"application/pdf" = ["okularApplication_pdf.desktop" "org.gnome.Evince.desktop"];
|
"application/pdf" = ["okularApplication_pdf.desktop" "org.gnome.Evince.desktop"];
|
||||||
"text/plain" = ["org.gnome.TextEditor.desktop"];
|
"text/plain" = ["org.gnome.TextEditor.desktop"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue