mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
migrate packages to home manager
This commit is contained in:
5
packages/threema-desktop.nix
Normal file
5
packages/threema-desktop.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ 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