Compare commits

..

No commits in common. "e88b50e51ebf1aecde38c26651a6376eaf548317" and "bd524a279c26675f1257f58f2cff3f7c8780f792" have entirely different histories.

2 changed files with 2 additions and 26 deletions

View file

@ -1,11 +0,0 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
trash-cli
;
};
}

View file

@ -1,17 +1,8 @@
{ { pkgs, ... }:
pkgs,
flake,
osConfig,
...
}:
let
inherit (flake.config.machines.devices) mars;
hostname = osConfig.networking.hostName;
in
{ {
services.espanso = { services.espanso = {
enable = true; enable = true;
package = if hostname == mars.name then pkgs.espanso-wayland else pkgs.espanso; package = pkgs.espanso-wayland;
matches = { matches = {
base = { base = {
matches = [ matches = [
@ -43,10 +34,6 @@ in
trigger = ":exist"; trigger = ":exist";
replace = ""; replace = "";
} }
{
trigger = ":em";
replace = "";
}
]; ];
}; };
global_vars = { global_vars = {