mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-07 16:22:50 +00:00
feat: integrate system config
This commit is contained in:
8
home/packages/threema-desktop.nix
Normal file
8
home/packages/threema-desktop.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{pkgs}:
|
||||
pkgs.threema-desktop.overrideAttrs (prev: {
|
||||
postFixup =
|
||||
prev.postFixup
|
||||
+ ''
|
||||
echo "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform=wayland --enable-features=WaylandWindowDecorations}}" >> $out/bin/threema
|
||||
'';
|
||||
})
|
||||
Reference in New Issue
Block a user