From 9b926515f78dc5124f227e218cc4d5dcc198d09c Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 20 Jun 2023 04:20:46 -0400 Subject: [PATCH] add mako --- homeConfig/modules/gui/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeConfig/modules/gui/default.nix b/homeConfig/modules/gui/default.nix index 85b3db0..25da111 100644 --- a/homeConfig/modules/gui/default.nix +++ b/homeConfig/modules/gui/default.nix @@ -32,6 +32,7 @@ in grim slurp wl-clipboard + mako imv gimp @@ -41,7 +42,7 @@ in noto-fonts-cjk noto-fonts-emoji - emote + emote ]; }; }