mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 06:19:10 +00:00
users/foo-dogsquared/programs/nixvim: update note-taking setup
This commit is contained in:
parent
c65674c742
commit
1e0a2875c8
@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, helpers, ... }:
|
{ config, lib, pkgs, helpers, hmConfig, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# The main star of the show.
|
# The main star of the show.
|
||||||
@ -28,7 +28,9 @@
|
|||||||
# Manage your note workspaces.
|
# Manage your note workspaces.
|
||||||
"core.dirman".config = {
|
"core.dirman".config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
personal = "~/library/notes";
|
personal = "${hmConfig.home.homeDirectory}/library/notes";
|
||||||
|
work = "${hmConfig.xdg.userDirs.documents}/Notes";
|
||||||
|
wiki = "${hmConfig.xdg.userDirs.documents}/Wiki";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user