From fbc79d25276b06d1e9f80757a55436fc7ca9fa11 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 3 Mar 2023 10:22:41 +0000 Subject: [PATCH] sway: add `grimshot` back to PATH --- hosts/modules/gui/sway.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/modules/gui/sway.nix b/hosts/modules/gui/sway.nix index bafe3637..7dc1343c 100644 --- a/hosts/modules/gui/sway.nix +++ b/hosts/modules/gui/sway.nix @@ -133,6 +133,7 @@ in # # "pavucontrol" "gnome.gnome-bluetooth" "gnome.gnome-control-center" + "sway-contrib.grimshot" ]; }; } @@ -141,6 +142,7 @@ in inherit (pkgs // { "gnome.gnome-bluetooth" = pkgs.gnome.gnome-bluetooth; "gnome.gnome-control-center" = pkgs.gnome.gnome-control-center; + "sway-contrib.grimshot" = pkgs.sway-contrib.grimshot; }) swaylock swayidle @@ -148,6 +150,7 @@ in mako "gnome.gnome-bluetooth" "gnome.gnome-control-center" + "sway-contrib.grimshot" ; }; }