Regenerated
This commit is contained in:
@@ -42,14 +42,16 @@ in
|
||||
#################################
|
||||
# Copy config files
|
||||
#################################
|
||||
home.file =
|
||||
(lib.mapAttrs'
|
||||
(name: _: {
|
||||
name = ".config/${moduleName}/${name}";
|
||||
value.source = "${assetPath}/${name}";
|
||||
})
|
||||
(builtins.readDir assetPath)
|
||||
);
|
||||
home.file = {
|
||||
".config/kitty/kitty.conf" = {
|
||||
text = builtins.readFile "${assetPath}/kitty.conf";
|
||||
force = true;
|
||||
};
|
||||
".config/kitty/Catppuccin-Mocha.conf" = {
|
||||
text = builtins.readFile "${assetPath}/Catppuccin-Mocha.conf";
|
||||
force = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user