userDirs: Summit init
This commit is contained in:
parent
9bd427e365
commit
84849d5b2d
3 changed files with 13 additions and 10 deletions
|
|
@ -10,7 +10,7 @@
|
|||
# admin = osConfig.ooknet.host.admin;
|
||||
# TODO: use admin.githubUsername
|
||||
notesRepo = "git@github.com:ooks-io/notes.git";
|
||||
notesPath = "${config.xdg.userDirs.documents}/notes";
|
||||
notesPath = "${config.xdg.userDirs.extraConfig.XDG_NOTES_DIR}";
|
||||
in {
|
||||
config = mkIf (elem "productivity" profiles) {
|
||||
home.packages = [pkgs.obsidian];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue