Commit Graph

12 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Julien DIOT
899b1ed417 rofi-emoji: fix missing dependencies xdotools wtype
When trying to insert an emoji, and error notification raises:
`Could not find any tool to handle insertion. Please install xdotool or wtype.`

This commit add those missing dependencies.
To control which of these tools should be installed (one is for x11 and the
other for wayland) 2 derivations arguments have been created: `x11Support` and
`waylandSupport` defaulting to `true`.
2024-03-27 07:16:43 -07:00
Magnus Bergmark
822b9afadc rofi-emoji: 3.2.0 -> 3.3.0 2024-02-28 06:56:28 -08:00
Magnus Bergmark
9b233b8fd3
rofi-emoji: 3.1.0 -> 3.2.0
https://github.com/Mange/rofi-emoji/releases/tag/v3.2.0
2023-04-17 23:06:52 +02:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
R. Ryantm
3b104056ff rofi-emoji: 3.0.1 -> 3.1.0 2022-09-15 13:15:46 -07:00
Artturin
c6568adb00 treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
R. Ryantm
ec0fdfcd31 rofi-emoji: 2.3.0 -> 3.0.1 2022-08-02 00:25:27 +00:00
R. Ryantm
ff102452dd rofi-emoji: 2.2.0 -> 2.3.0 2022-02-04 18:31:11 -08:00
André Silva
cc939d50ab
rofi-emoji: 2.1.2 -> 2.2.0 2021-09-06 15:41:47 +01:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Cole Helbling
7fce01fd6a
rofi-emoji: init at 2.1.2
This plugin is intended to be supplied to the `rofi` wrapper through an
override:

    pkgs.rofi.override { plugins = [ rofi-emoji ]; }
2020-03-31 12:00:54 -07:00