diff --git a/flake.nix b/flake.nix index 88247ea..7282102 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,10 @@ url = "github:rumboon/dolphin-overlay"; inputs.nixpkgs.follows = "nixpkgs"; }; + hexecute = { + url = "github:ThatOtherAndrew/Hexecute"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = {nixpkgs, ...} @ inputs: let diff --git a/home/laptop/hyprland.nix b/home/laptop/hyprland.nix index 54f222f..67bea88 100644 --- a/home/laptop/hyprland.nix +++ b/home/laptop/hyprland.nix @@ -1,10 +1,15 @@ -{pkgs, ...}: { +{ + pkgs, + inputs, + ... +}: { imports = [ ../modules/hyprland.nix ]; home.packages = with pkgs; [ bluez + inputs.hexecute.packages.${pkgs.system}.default ]; wayland.windowManager.hyprland = {