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";
inputs.nixpkgs.follows = "nixpkgs";
};
hexecute = {
url = "github:ThatOtherAndrew/Hexecute";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {nixpkgs, ...} @ inputs: let

View file

@ -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 = {