remove espance, it causes super annoying flickering
This commit is contained in:
parent
47c8182a90
commit
38f69e65d2
1 changed files with 0 additions and 21 deletions
21
home.nix
21
home.nix
|
@ -530,27 +530,6 @@
|
|||
preExec = "";
|
||||
postExec = "";
|
||||
};
|
||||
espanso = {
|
||||
enable = true;
|
||||
package = pkgs.espanso-wayland;
|
||||
matches = {
|
||||
base = {
|
||||
matches = [
|
||||
{
|
||||
trigger = ";dat";
|
||||
replace = "{{mydate}}";
|
||||
vars = [
|
||||
{
|
||||
name = "mydate";
|
||||
type = "date";
|
||||
params.format = "%F";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
gnome-keyring.enable = true;
|
||||
playerctld.enable = true;
|
||||
swayidle = {
|
||||
|
|
Loading…
Reference in a new issue