mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
Compare commits
No commits in common. "e88b50e51ebf1aecde38c26651a6376eaf548317" and "bd524a279c26675f1257f58f2cff3f7c8780f792" have entirely different histories.
e88b50e51e
...
bd524a279c
2 changed files with 2 additions and 26 deletions
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
trash-cli
|
||||
;
|
||||
};
|
||||
}
|
|
@ -1,17 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
flake,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (flake.config.machines.devices) mars;
|
||||
hostname = osConfig.networking.hostName;
|
||||
in
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.espanso = {
|
||||
enable = true;
|
||||
package = if hostname == mars.name then pkgs.espanso-wayland else pkgs.espanso;
|
||||
package = pkgs.espanso-wayland;
|
||||
matches = {
|
||||
base = {
|
||||
matches = [
|
||||
|
@ -43,10 +34,6 @@ in
|
|||
trigger = ":exist";
|
||||
replace = "∃";
|
||||
}
|
||||
{
|
||||
trigger = ":em";
|
||||
replace = "—";
|
||||
}
|
||||
];
|
||||
};
|
||||
global_vars = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue