Regenerated

This commit is contained in:
2026-03-31 11:38:31 +00:00
parent e2e2bda80b
commit 7434bab5fa
3 changed files with 318 additions and 312 deletions
+298 -296
View File
File diff suppressed because it is too large Load Diff
+10 -8
View File
@@ -492,14 +492,16 @@ in
################################# #################################
# Copy config files # Copy config files
################################# #################################
home.file = home.file = {
(lib.mapAttrs' ".config/kitty/kitty.conf" = {
(name: _: { text = builtins.readFile "${assetPath}/kitty.conf";
name = ".config/${moduleName}/${name}"; force = true;
value.source = "${assetPath}/${name}"; };
}) ".config/kitty/Catppuccin-Mocha.conf" = {
(builtins.readDir assetPath) text = builtins.readFile "${assetPath}/Catppuccin-Mocha.conf";
); force = true;
};
};
}; };
}; };
} }
@@ -42,14 +42,16 @@ in
################################# #################################
# Copy config files # Copy config files
################################# #################################
home.file = home.file = {
(lib.mapAttrs' ".config/kitty/kitty.conf" = {
(name: _: { text = builtins.readFile "${assetPath}/kitty.conf";
name = ".config/${moduleName}/${name}"; force = true;
value.source = "${assetPath}/${name}"; };
}) ".config/kitty/Catppuccin-Mocha.conf" = {
(builtins.readDir assetPath) text = builtins.readFile "${assetPath}/Catppuccin-Mocha.conf";
); force = true;
};
};
}; };
}; };
} }