feat(desktop-entries): Nix application paths support
This commit is contained in:
parent
98e386621e
commit
8eb3104920
3 changed files with 5 additions and 3 deletions
|
|
@ -301,6 +301,8 @@ fn path_string(source: &PathSource) -> Cow<'static, str> {
|
|||
match source {
|
||||
PathSource::Local | PathSource::LocalDesktop => "Local".into(),
|
||||
PathSource::LocalFlatpak => "Flatpak".into(),
|
||||
PathSource::LocalNix => "Nix".into(),
|
||||
PathSource::Nix => "Nix (System)".into(),
|
||||
PathSource::System => "System".into(),
|
||||
PathSource::SystemFlatpak => "Flatpak (System)".into(),
|
||||
PathSource::SystemSnap => "Snap (System)".into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue