mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-18 18:19:12 +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.
|
||||
@ -28,7 +28,9 @@
|
||||
# Manage your note workspaces.
|
||||
"core.dirman".config = {
|
||||
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