mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
desktopEntry: Remove deprecated category from example
The `Application` category is deprecated and should not be used as an example anymore.
This commit is contained in:
committed by
Matthieu Coudron
parent
1a09eb84fa
commit
685d8d85d0
@@ -219,7 +219,7 @@ in
|
||||
genericName = "Web Browser";
|
||||
exec = "firefox %U";
|
||||
terminal = false;
|
||||
categories = [ "Application" "Network" "WebBrowser" ];
|
||||
categories = [ "Network" "WebBrowser" ];
|
||||
mimeType = [ "text/html" "text/xml" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user