This commit is contained in:
biscuit
2025-06-18 12:32:05 -05:00
parent ac41162a6e
commit c48d1543a4
4 changed files with 6 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
[config.custom_keywords]
font1 = "JetBrainsMono Nerd Font"
+3
View File
@@ -5,4 +5,7 @@
...
}: {
imports = [inputs.matugen.nixosModules.default];
home.file.".config/matugen/config.toml" = {
source = builtins.toPath ./custom/config.toml;
};
}