Org roam improvements (removes "Default" + auto categorizing for agenda)

This commit is contained in:
Emmet
2023-09-17 11:14:45 -05:00
parent d658bd1abd
commit 6e7e5a4cfb
4 changed files with 64 additions and 42 deletions

View File

@@ -20,6 +20,7 @@
wmType = "wayland"; # x11 or wayland
browser = "librewolf"; # Default browser; must select one from ./user/app/browser/
editor = "emacsclient"; # Default editor;
defaultRoamDir = "Personal.p"; # Default org roam directory relative to ~/Org
term = "alacritty"; # Default terminal command;
font = "Inconsolata"; # Selected font
fontPkg = pkgs.inconsolata; # Font package
@@ -61,6 +62,7 @@
inherit profile;
inherit email;
inherit dotfilesDir;
inherit defaultRoamDir;
inherit theme;
inherit font;
inherit fontPkg;