syncthing folders and various other things

This commit is contained in:
Aria Nolan 2024-04-07 21:27:00 -04:00
parent 885a0c05f9
commit df585dccad
4 changed files with 19 additions and 8 deletions

View file

@ -119,8 +119,16 @@
id = "homework";
devices = ["bicep" "jwst" "echo"];
};
"/data/textbooks" = {
id = "textbooks";
"/data/books" = {
id = "books";
devices = ["bicep" "jwst" "echo"];
};
"/data/music" = {
id = "music";
devices = ["bicep" "jwst" "echo"];
};
"/var/lib/mpd" = {
id = "mpd state";
devices = ["bicep" "jwst" "echo"];
};
};

View file

@ -66,7 +66,7 @@
{
action = "<cmd>nohl<CR>";
key = "<C-q>";
mode = [ "n" ];
mode = ["n"];
options = {
desc = "Remove search highlighting";
silent = true;
@ -75,7 +75,7 @@
{
action = "function() require(\"luasnip\").expand() end";
key = "<C-L>";
mode = [ "i" ];
mode = ["i"];
lua = true;
options = {
desc = "Luasnip expand";
@ -85,7 +85,7 @@
{
action = "function() require(\"luasnip\").jump(1) end";
key = "<C-J>";
mode = [ "i" "s" ];
mode = ["i" "s"];
lua = true;
options = {
desc = "Luasnip jump to next";
@ -95,7 +95,7 @@
{
action = "function() require(\"luasnip\").jump(-1) end";
key = "<C-K>";
mode = [ "i" "s" ];
mode = ["i" "s"];
lua = true;
options = {
desc = "Luasnip jump to previous";
@ -111,7 +111,7 @@
end
'';
key = "<C-E>";
mode = [ "i" "s" ];
mode = ["i" "s"];
lua = true;
options = {
desc = "Luasnip change choice";

View file

@ -11,6 +11,10 @@
action = "diagnostics";
desc = "Telescope diagnostics";
};
"<leader>f" = {
action = "fd";
desc = "Telescope find files";
};
};
};
comment = {

View file

@ -4,7 +4,6 @@
./git.nix
./taskwarrior.nix
./firefox.nix
./vscode.nix
./fzf.nix
./tmux.nix
./tiny.nix