pinwheel/manatee/backwards: Adjust for updated nixpkgs

This commit is contained in:
Alexander Heldt
2026-01-03 16:41:41 +01:00
parent 6a58eb660b
commit e788efc4ff
17 changed files with 67 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
let
hyprlandEnabled = config.mod.hyprland.enable;
grimblast = inputs.hyprland-contrib.packages.${pkgs.system}.grimblast;
grimblast = inputs.hyprland-contrib.packages.${pkgs.stdenv.hostPlatform.system}.grimblast;
area = "${pkgs.libnotify}/bin/notify-send 'ps: selected area' && ${grimblast}/bin/grimblast copy area";
screen = "${pkgs.libnotify}/bin/notify-send 'ps: selected screen' &&${grimblast}/bin/grimblast copy output";
in