Skip to content

Commit

Permalink
Remove mimetypes from steam desktop file #49
Browse files Browse the repository at this point in the history
  • Loading branch information
different-name committed Aug 20, 2024
1 parent 3c41591 commit 36aa147
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home/common/desktop/programs/xdg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
type = "Application";
categories = ["Graphics"];
};

steam = {
name = "Steam";
comment = "Application for managing and playing games on Steam";
Expand All @@ -23,7 +23,6 @@
terminal = false;
type = "Application";
categories = ["Network" "FileTransfer" "Game"];
mimeTypes = ["x-scheme-handler/steam" "x-scheme-handler/steamlink"];
};
};

Expand Down

0 comments on commit 36aa147

Please sign in to comment.