This commit is contained in:
2025-11-24 17:47:49 +09:00
parent 12f649840a
commit b69ae143c2
5 changed files with 39 additions and 29 deletions

17
hm/conf/alacritty.nix Normal file
View File

@@ -0,0 +1,17 @@
{...}:
{
home.file."alacritty.alacritty.toml" = {
text = ''
[general]
import = ["dank-theme.toml"]
[window]
padding = { x = 10, y = 10 }
[font]
normal = { family = 'JetBrainsMono Nerd Font', style = 'Regular' }
size = 11
offset = { x = 1, y = 2}
'';
}
}