diff --git a/modules/home/borg.nix b/modules/home/borg.nix index ef79064..a898a7f 100644 --- a/modules/home/borg.nix +++ b/modules/home/borg.nix @@ -69,6 +69,7 @@ in { "${config.xdg.userDirs.music}" "${config.xdg.userDirs.pictures}" "${config.xdg.userDirs.videos}" + "${config.home.homeDirectory}/org" ]; repositories = [repo]; excludeHomeManagerSymlinks = true; diff --git a/modules/home/doom/static/init.el b/modules/home/doom/static/init.el index 25b720e..b68504b 100644 --- a/modules/home/doom/static/init.el +++ b/modules/home/doom/static/init.el @@ -155,7 +155,7 @@ ;;nim ; python + lisp at the speed of c (nix +tree-sitter +lsp) ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - org ; organize your plain life in plain text + (org +brain +dagndrop +noter +pretty +roam2) ; organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional