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 = {
|
||||
# package = pkgs.espanso.overrideAttrs(_: {
|
||||
# # src =
|
||||
|
@ -10,10 +10,12 @@
|
|||
# backend = "Clipboard";
|
||||
};
|
||||
};
|
||||
matches = let
|
||||
matches =
|
||||
let
|
||||
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 = {
|
||||
matches = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue