non important commit

This commit is contained in:
maxstrb 2025-11-10 15:26:59 +01:00
parent cd593b954b
commit 80e393d1d3
2 changed files with 10 additions and 1 deletions

View file

@ -27,6 +27,10 @@
url = "github:rumboon/dolphin-overlay"; url = "github:rumboon/dolphin-overlay";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hexecute = {
url = "github:ThatOtherAndrew/Hexecute";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = {nixpkgs, ...} @ inputs: let outputs = {nixpkgs, ...} @ inputs: let

View file

@ -1,10 +1,15 @@
{pkgs, ...}: { {
pkgs,
inputs,
...
}: {
imports = [ imports = [
../modules/hyprland.nix ../modules/hyprland.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
bluez bluez
inputs.hexecute.packages.${pkgs.system}.default
]; ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {