mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 21:20:13 +00:00
more updates
This commit is contained in:
@ -20,7 +20,7 @@ in
|
||||
path = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
description = "Path to notes on disk";
|
||||
default = config.homePath + "/dev/personal/notes";
|
||||
default = config.home.homeDirectory + "/dev/personal/notes";
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user