mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Fix freecad with overlay
This commit is contained in:
@@ -24,6 +24,12 @@ in {
|
||||
scripts = [super.mpvScripts.mpris];
|
||||
};
|
||||
|
||||
# it doesn't start without this, no clue why.
|
||||
freecad = wrapProgram super.freecad ["freecad" "FreeCAD" "freecadcmd" "FreeCADCmd"] ''
|
||||
--set QT_QPA_PLATFORM 'wayland;xcb' \
|
||||
--set QT_QPA_PLATFORMTHEME qt5ct
|
||||
'';
|
||||
|
||||
# Gnome-control-center can only be launched if XDG_CURRENT_DESKTOP is GNOME.
|
||||
gnome-control-center = wrapProgram super.gnome-control-center ["gnome-control-center"] "--set XDG_CURRENT_DESKTOP GNOME";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user