Skip to content

Commit

Permalink
graphical/wms/sway: use nixpkgs grimblast
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 15, 2024
1 parent a4f77b5 commit eeaa9de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/home/programs/graphical/wms/sway/binds.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
config,
inputs,
lib,
namespace,
pkgs,
system,
...
}:
let
Expand All @@ -14,7 +12,6 @@ let
getExe'
mkForce
;
inherit (inputs) hyprland-contrib;

cfg = config.${namespace}.programs.graphical.wms.sway;
in
Expand All @@ -27,7 +24,7 @@ in
swayCfg = config.wayland.windowManager.sway.config;

convert = getExe' pkgs.imagemagick "convert";
grimblast = getExe hyprland-contrib.packages.${system}.grimblast;
grimblast = getExe pkgs.grimblast;
wl-copy = getExe' pkgs.wl-clipboard "wl-copy";
wl-paste = getExe' pkgs.wl-clipboard "wl-paste";

Expand Down

0 comments on commit eeaa9de

Please sign in to comment.