Init
This commit is contained in:
12
home/desktop/hyprland/mako.nix
Normal file
12
home/desktop/hyprland/mako.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.mako = {
|
||||
enable = true;
|
||||
settings = {
|
||||
font = "FiraCodeNerdFontPropo 12";
|
||||
border-size = 4;
|
||||
border-radius = 8;
|
||||
default-timeout = 5000;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user