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

@ -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