Change file syntax
This commit is contained in:
@ -71,13 +71,10 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# We tell HomeManager where the config files belong
|
# We tell HomeManager where the config files belong
|
||||||
home.file = {
|
home.file.".config/doom" = {
|
||||||
# With onChange you even could rebuild doom emacs when rebuilding HomeManager but I don't want this to become too slow
|
# With onChange you even could rebuild doom emacs when rebuilding HomeManager but I don't want this to become too slow
|
||||||
|
recursive = true; # is a directory
|
||||||
# We let HomeManager link the config
|
source = ../../config/doom;
|
||||||
doom-config.recursive = true; # doom-config is a directory
|
|
||||||
doom-config.source = ../../config/doom;
|
|
||||||
doom-config.target = ".config/doom"; # Relative to homeDirectory
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# If doom is enabled we want to clone the framework
|
# If doom is enabled we want to clone the framework
|
||||||
|
Reference in New Issue
Block a user