nix-managed-macbook/services.nix
2024-10-22 18:53:09 +05:30

16 lines
164 B
Nix

{
config,
pkgs,
lib,
...
}:
{
services = {
jankyborders = {
enable = true;
active_color = "0xff00ff00";
hidpi = true;
};
};
}