upgrade to NixOs 25.05

This commit is contained in:
2025-05-26 20:08:04 +02:00
parent bec9559314
commit b5ace6ccb9
7 changed files with 60 additions and 36 deletions

View File

@ -116,15 +116,14 @@ in {
};
xsession.enable = true;
services.mako = {
backgroundColor = "#313131";
borderColor = "#00FFEE";
progressColor = "#338833";
textColor = "#e0e0e0";
extraConfig = ''
[urgency=low]
border-color=#008877
'';
services.mako.settings = {
background-color = "#313131";
border-color = "#00FFEE";
progress-color = "#338833";
text-color = "#e0e0e0";
"urgency=low" = {
border-color = "#008877";
};
};
};
}