copy laptop home configs

This commit is contained in:
2026-06-20 16:37:18 -05:00
parent 3e8ccf87a8
commit 49b665abac
15 changed files with 1048 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
{ ... }: {
programs.alacritty = {
enable = true;
theme = "catppuccin_frappe";
settings = {
terminal.shell = "fish";
font = {
normal.family = "UbuntuMono Nerd Font";
italic.family = "UbuntuMono Nerd Font";
bold.family = "UbuntuMono Nerd Font";
size = 16;
};
window = {
decorations = "full";
opacity = 1;
};
};
};
}