mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Org roam improvements (removes "Default" + auto categorizing for agenda)
This commit is contained in:
parent
d658bd1abd
commit
6e7e5a4cfb
4 changed files with 64 additions and 42 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue