rework services & alacritty

move back to alacritty and install various services
This commit is contained in:
2026-03-18 15:39:27 +01:00
parent e0fb822650
commit e5347f74f8
21 changed files with 194 additions and 86 deletions

View File

@@ -0,0 +1,16 @@
{ ... }:
{
services.fnott.settings = {
main = {
notification-margin = 5;
title-color = "a6adc8ff";
summary-color = "cdd6f4ff";
body-color = "cdd6f4ff";
background = "1e1e2eff";
border-color = "89b4faff";
progress-bar-color = "6c7086ff";
};
critical.border-color = "fab387ff";
};
}