mako theming 1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, rice, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
@@ -7,6 +7,10 @@
|
||||
];
|
||||
services.mako = {
|
||||
enable = true;
|
||||
defaultTimeout = 60000;
|
||||
defaultTimeout = 5;
|
||||
backgroundColor = "#${rice.color.background}";
|
||||
textColor = "#${rice.color.foreground}";
|
||||
borderColor = "#${rice.color.border}";
|
||||
font = "#${rice.font.code.name}";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user