mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
wrapper-manager-fds/modules: update XDG desktop entry config for wrappers
This commit is contained in:
parent
f146415330
commit
59494222d6
@ -106,7 +106,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config.xdg.desktopEntry.settings = lib.mkIf config.xdg.desktopEntry.enable {
|
config.xdg.desktopEntry.settings = lib.mkIf config.xdg.desktopEntry.enable {
|
||||||
name = lib.mkDefault name;
|
name = lib.mkDefault config.executableName;
|
||||||
desktopName = lib.mkDefault name;
|
desktopName = lib.mkDefault name;
|
||||||
type = lib.mkDefault "Application";
|
type = lib.mkDefault "Application";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user