using config.xdg
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
options = {
|
||||
homeManagerFlakeDir = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "~/.config/home-manager/jsl-home";
|
||||
default = "${config.xdg.configHome}/home-manager";
|
||||
description = "Path to the home-manager flake directory.";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user