gui: Remove zk wrappers

This commit is contained in:
Quentin Boyer 2024-07-24 17:36:21 +02:00
parent 361b443ac7
commit 0e75aa20b3

View file

@ -74,14 +74,4 @@
theme = "solarized_alternate";
terminal = "${config.terminal.command}";
};
xdg.desktopEntries.zklist = {
name = "zklist";
exec = ''${pkgs.foot}/bin/foot nvim "+ZkNotes"'';
};
xdg.desktopEntries.zksearch = {
name = "zksearch";
exec = ''${pkgs.foot}/bin/foot nvim "+ZkNotes { match = { vim.fn.input('Search: ') } }"'';
};
}