feat: set up 'stylix'

This commit is contained in:
2026-02-16 20:07:52 +01:00
parent a846849a80
commit 6f49f89c18
9 changed files with 414 additions and 15 deletions

View File

@@ -1,5 +1,11 @@
{ lib, ... }:
{
services.mako = {
enable = true;
settings = {
border-color = lib.mkForce "#bbbbbb";
font = lib.mkForce "Iosevka Term SS08 10";
};
};
}