feat: set up 'stylix'

This commit is contained in:
2026-02-16 20:07:52 +01:00
parent 04f33a92ea
commit 688bae321b
8 changed files with 81 additions and 34 deletions

View File

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