feat: Org-roam

- Sets some basic keybinds.
- Sets up a temporary Syncthing config on the Nix end.
  - This ought to be replaced with a nicer system at some point.
This commit is contained in:
Madeleine Sydney
2025-02-13 14:17:16 -07:00
parent e1709b2969
commit 273d4995a7
6 changed files with 95 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
{ config, lib, pkgs, ... }:
# TODO: This is a Deertopia module. Move to nixos/deertopia/syncthing.nix.
let cfg = config.sydnix.syncthing;
in {
options = {