File tree Expand file tree Collapse file tree
Users/WickedWizard/Programs/Utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 "Study-Materials"
9191 "Misc"
9292 "Notes"
93+ "MindWTR"
9394 ] ;
9495 exclude = [ ] ;
9596 } ;
@@ -130,6 +131,8 @@ rec {
130131 containers = "${ home } /Containers" ;
131132 # Where Obsidian Notes are stored.
132133 notes = "${ base } /Notes" ;
134+ # Where MindWTR is stored.
135+ mindwtr = "${ base } /MindWTR" ;
133136 } ;
134137 git = {
135138 # The username and email to set for Git.
@@ -221,6 +224,7 @@ rec {
221224 # "Joplin:/joplin"
222225 "Study-Materials:/study-materials"
223226 "Notes:/notes"
227+ "MindWTR:/mindwtr"
224228 ]
225229 ++ [
226230 "${ backup . location } :/containers-backup"
Original file line number Diff line number Diff line change 1+ { config' , ... } :
12{
2- services . flatpak . packages = [ "tech.dongdongbh.mindwtr" ] ;
3+ services . flatpak = {
4+ packages = [ "tech.dongdongbh.mindwtr" ] ;
5+ overrides = {
6+ "tech.dongdongbh.mindwtr" . Context . filesystems = [
7+ config' . dir . mindwtr
8+ config' . dir . notes
9+ "!home"
10+ ] ;
11+ } ;
12+ } ;
313 programs . autostart . flatpaks = [ "tech.dongdongbh.mindwtr" ] ;
414}
You can’t perform that action at this time.
0 commit comments