uvms: support .desktop applications
This commit is contained in:
parent
90614bdf74
commit
3540b5aba2
3 changed files with 15 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ in
|
|||
};
|
||||
|
||||
environment.profileRelativeSessionVariables.PATH = lib.mkForce [ "/bin\${PATH:+:}$PATH" ];
|
||||
environment.profileRelativeSessionVariables.XDG_DATA_DIRS = lib.mkForce [ "/run/current-system/sw/share/\${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS" ];
|
||||
environment.sessionVariables = env;
|
||||
environment.variables = env;
|
||||
systemd.globalEnvironment = env;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue