mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Plasma] Attempt to remove QT_PLUGIN_PATH
This commit is contained in:
parent
809ec80ad4
commit
6c9bf18d43
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ in {
|
|||
krdc
|
||||
];
|
||||
|
||||
environment.profileRelativeSessionVariables = {
|
||||
QT_PLUGIN_PATH = mkForce []; # Remove as it causes many issues when pulling one package from nixos-unstable
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
enable = mkDefault true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue