Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try gurk #884

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 2 additions & 0 deletions home-manager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
# - argos-translate - can be closed in offline, but not yet enough accuracy
# - Apertium - does not support Japanese
translate-shell # `echo "$text" | trans en:ja`

edge-pkgs.gurk-rs
])
++ (with homemade-pkgs; [
la
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