diff --git a/nixos/modules/hyprland/default.nix b/nixos/modules/hyprland/default.nix index 82ff609..e542f7e 100644 --- a/nixos/modules/hyprland/default.nix +++ b/nixos/modules/hyprland/default.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, hwconfig, ... }: +{ pkgs, inputs, hwconfig, unstable-pkgs, ... }: { environment.systemPackages = with pkgs; [ #kando @@ -24,7 +24,7 @@ qpwgraph pwvucontrol brightnessctl - satty + unstable-pkgs.satty #fixes crash in 0.18.0 grim slurp clipse diff --git a/nixos/modules/hyprland/hyprland.nix b/nixos/modules/hyprland/hyprland.nix index 8f5c966..d19f465 100644 --- a/nixos/modules/hyprland/hyprland.nix +++ b/nixos/modules/hyprland/hyprland.nix @@ -57,7 +57,7 @@ in { "$menu" = "emacsclient -cF '((visibility . nil))' -e '(emacs-run-app-launcher)'"; #"${pkgs.wofi}/bin/wofi --show drun"; "$emojiPicker" = "emacsclient -cF '((visibility . nil))' -e '(emacs-run-emoji-picker)'"; "$clipboardManager" = "$terminal --class clipse -e 'clipse'"; - "$makeRegionScreenshot" = "${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp -w 0)\" - | ${pkgs.satty}/bin/satty --early-exit --copy-command 'wl-copy' --filename '-' --initial-tool brush"; + "$makeRegionScreenshot" = "grim -g \"$(slurp -w 0)\" - | satty --early-exit --copy-command 'wl-copy' --filename '-' --initial-tool brush"; bind = [ "$mod, T, exec, $terminal" "$mod, Q, killactive," @@ -154,7 +154,7 @@ in { #"GDK_SCALE,1.6" #"QT_SCALE_FACTOR,1.6" - "GSK_RENDERER,ngl" # for satty until https://github.com/NixOS/nixpkgs/issues/359069 is fixed + #"GSK_RENDERER,ngl" # for satty until https://github.com/NixOS/nixpkgs/issues/359069 is fixed ]; cursor = {