fmt(espanso)
This commit is contained in:
parent
b338e78552
commit
4983a27813
1 changed files with 59 additions and 57 deletions
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{ pkgs, ... }: {
|
||||||
services.espanso = {
|
services.espanso = {
|
||||||
# package = pkgs.espanso.overrideAttrs(_: {
|
# package = pkgs.espanso.overrideAttrs(_: {
|
||||||
# # src =
|
# # src =
|
||||||
|
@ -10,10 +10,12 @@
|
||||||
# backend = "Clipboard";
|
# backend = "Clipboard";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
matches = let
|
matches =
|
||||||
|
let
|
||||||
playerctl = ''
|
playerctl = ''
|
||||||
${pkgs.coreutils}/bin/env DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$(${pkgs.coreutils}/bin/id -u)/bus" ${pkgs.playerctl}/bin/playerctl'';
|
${pkgs.coreutils}/bin/env DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$(${pkgs.coreutils}/bin/id -u)/bus" ${pkgs.playerctl}/bin/playerctl'';
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
default = {
|
default = {
|
||||||
matches = [
|
matches = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue