diff --git a/nix/home/default.nix b/nix/home/default.nix index 8f60908..c8622b3 100644 --- a/nix/home/default.nix +++ b/nix/home/default.nix @@ -7,6 +7,7 @@ ./clipse ./git ./hyprland + ./mako ./mpv ./ssh ./theme diff --git a/nix/home/mako/default.nix b/nix/home/mako/default.nix new file mode 100644 index 0000000..afd722a --- /dev/null +++ b/nix/home/mako/default.nix @@ -0,0 +1 @@ +{ ... }: { imports = [ ./mako.nix ]; } diff --git a/nix/home/mako/mako.nix b/nix/home/mako/mako.nix new file mode 100644 index 0000000..47f0839 --- /dev/null +++ b/nix/home/mako/mako.nix @@ -0,0 +1,33 @@ +{ config, pkgs, ... }: +{ + + # mako + services = { + mako = { + enable = true; + + # sorting + sort = "-time"; + + # location + anchor = "top-right"; + layer = "top"; + padding = "20,20,10"; + margin = "10,10,10"; + + # theme + font = "Ubuntu Light 12"; + + # size + width = 350; + height = 125; + + # colors + backgroundColor = "#15121b"; + textColor = "#fab387"; + borderColor = "#3d66b9"; + borderSize = 2; + borderRadius = 8; + }; + }; +} diff --git a/nix/systems/packages.nix b/nix/systems/packages.nix index 1a8ec8e..a2855a3 100644 --- a/nix/systems/packages.nix +++ b/nix/systems/packages.nix @@ -28,6 +28,7 @@ unstable.hyprlock imagemagick jq + libnotify lxappearance-gtk2 unstable.satty slurp