fix(obsidian): use wrapProgram
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
1e3808b4c1
commit
957053bcb0
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ in {
|
||||||
# force XWayland for stylus input
|
# force XWayland for stylus input
|
||||||
obsidian = pkgs.obsidian.overrideAttrs {
|
obsidian = pkgs.obsidian.overrideAttrs {
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
makeWrapper $out/bin/obsidian \
|
wrapProgram $out/bin/obsidian \
|
||||||
--set XDG_SESSION_TYPE "x11" \
|
--set XDG_SESSION_TYPE "x11" \
|
||||||
--unset NIXOS_OZONE_WL \
|
--unset NIXOS_OZONE_WL \
|
||||||
--unset WAYLAND_DISPLAY
|
--unset WAYLAND_DISPLAY
|
||||||
|
|
Loading…
Reference in a new issue