mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-10 04:45:04 +02:00
gui: Remove zk wrappers
This commit is contained in:
parent
361b443ac7
commit
0e75aa20b3
1 changed files with 0 additions and 10 deletions
10
gui/hm.nix
10
gui/hm.nix
|
|
@ -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: ') } }"'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue