Regenerated
This commit is contained in:
+5
-5
@@ -926,9 +926,9 @@ in
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
** =generated/ToDo/system/login-tuigreeter.nix=
|
||||
** =generated/todo/system/login-tuigreeter.nix=
|
||||
This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder
|
||||
#+BEGIN_SRC nix :tangle generated/ToDo/system/login-tuigreeter.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
#+BEGIN_SRC nix :tangle generated/todo/system/login-tuigreeter.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
{ pkgs, user, ... } :
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
@@ -1733,15 +1733,15 @@ the top of the file."
|
||||
(org-hide-emphasis-markers t)
|
||||
(org-src-fontify-natively t)
|
||||
(org-src-tab-acts-natively t)
|
||||
(org-capture-templates '(("t" "Todo" entry (file org-inbox-file)
|
||||
"* TODO %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n)")
|
||||
(org-capture-templates '(("t" "todo" entry (file org-inbox-file)
|
||||
"* todo %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n)")
|
||||
("j" "Journal" entry (file+olp+datetree org-journal-file)
|
||||
"* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n")
|
||||
("n" "Note" entry (file org-notes-file)
|
||||
"* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n")
|
||||
("p" "Project Task" item
|
||||
(file+function org-work-file my/org-capture-project-target-heading)
|
||||
"* TODO %? \n CLOCK: %U"
|
||||
"* todo %? \n CLOCK: %U"
|
||||
))
|
||||
)
|
||||
:config
|
||||
|
||||
Reference in New Issue
Block a user