This commit is contained in:
2025-11-24 20:36:14 +09:00
parent b69ae143c2
commit 4b9a2d8535
3 changed files with 18 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
{...}:
{
home.file."alacritty.alacritty.toml" = {
home.file.alacritty = {
target = ".config/alacritty/alacritty.toml";
text = ''
[general]
import = ["dank-theme.toml"]
@@ -13,5 +14,5 @@
size = 11
offset = { x = 1, y = 2}
'';
}
};
}