From 80e393d1d3623e31ad96a0d688fd046fb0e34b21 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Mon, 10 Nov 2025 15:26:59 +0100 Subject: [PATCH] non important commit --- flake.nix | 4 ++++ home/laptop/hyprland.nix | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 = {