Skip to content

Commit

Permalink
Uninstall signal-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 23, 2024
1 parent 9ddc74d commit 5e4f128
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions home-manager/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ lib.mkMerge [

edge-pkgs.vscode # Keep latest as possible

edge-pkgs.signal-desktop # Useable since https://github.com/NixOS/nixpkgs/pull/348165

homemade-pkgs.maccy
];
};
Expand Down
16 changes: 0 additions & 16 deletions nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -144,22 +144,6 @@

newsflash # RSS reader # TODO: Manage config (sqlite?) or Backup the exported OPML

# TODO: Add `"--wayland-text-input-version=3"` after signal-desktop updates the Electron to 33.0.0 or higher. See GH-689 for detail.
# Don't use unstable channel. It frequently backported to stable channel
# - https://github.com/NixOS/nixpkgs/commits/nixos-24.05/pkgs/applications/networking/instant-messengers/signal-desktop/signal-desktop.nix
(signal-desktop.overrideAttrs (prev: {
preFixup =
prev.preFixup
+ ''
gappsWrapperArgs+=(
--add-flags "--enable-features=UseOzonePlatform"
--add-flags "--ozone-platform=wayland"
--add-flags "--enable-wayland-ime"
--add-flags "--disable-features=WaylandFractionalScaleV1"
)
'';
}))

gnome.dconf-editor
gnome.gnome-boxes

Expand Down
3 changes: 0 additions & 3 deletions windows/winget/winget-pkgs-entertainment.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
},
{
"PackageIdentifier": "TrackerSoftware.PDF-XChangeEditor"
},
{
"PackageIdentifier": "OpenWhisperSystems.Signal"
}
],
"SourceDetails": {
Expand Down

0 comments on commit 5e4f128

Please sign in to comment.