diff --git a/nix/default.nix b/nix/default.nix index 770a2bd..86082fa 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -3,6 +3,7 @@ , clippy , openssl , hyprland +, hyprpaper , version , ... }: @@ -23,6 +24,7 @@ rustPlatform.buildRustPackage rec { runtimeInputs = [ hyprland + hyprpaper ]; cargoLock = { diff --git a/src/main.rs b/src/main.rs index c8ef89a..606944d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -108,7 +108,7 @@ async fn handle_event(line: &str, config: &Config) -> Result<(), Box