Added mako

This commit is contained in:
Alejandro Angulo 2023-03-19 08:27:28 -07:00
parent d374a79f15
commit 3192993253
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,35 @@
{
options,
config,
lib,
pkgs,
...
}:
with lib; let
cfg = config.aa.desktop.addons.mako;
in {
options.aa.desktop.addons.mako = with types; {
enable = mkEnableOption "mako";
};
config = mkIf cfg.enable {
aa.desktop.addons.fonts.enable = true;
environment.systemPackages = with pkgs; [mako libnotify];
aa.home.extraOptions = {
programs.mako = {
enable = true;
font = "'Hack Nerd Font' Regular 9";
backgroundColor = "#1D2021F0";
textColor = "#FFFFDF";
borderColor = "#1C1C1C";
borderRadius = 10;
padding = "10";
};
};
};
}

View file

@ -29,6 +29,7 @@ in {
fonts.enable = true;
rofi.enable = true;
waybar.enable = true;
mako.enable = true;
# TODO
# playerctl