separate out home manager services

This commit is contained in:
2026-06-20 00:28:25 -05:00
parent 07a08fea60
commit 09d59f5909
6 changed files with 510 additions and 493 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;
};
};
};
}