fix: music working

This commit is contained in:
2026-01-21 07:59:38 -05:00
parent 2adf1b010b
commit 5eb2d1c3e2
8 changed files with 37 additions and 33 deletions

View File

@@ -1,10 +1,10 @@
{ pkgs, ... }:
{ pkgs, pkgs-unstable, ... }:
let
scripts = import ./hyprland/scripts/default.nix { inherit pkgs; };
in
{
imports = [
(import ./hyprland/hyprland.nix { inherit pkgs scripts; })
(import ./hyprland/hyprland.nix { inherit pkgs scripts pkgs-unstable; })
(import ./hyprland/wallpaper.nix { inherit pkgs scripts; })
(import ./hyprland/hyprlock.nix { inherit pkgs scripts; })
(import ./hyprland/hypridle.nix { inherit pkgs scripts; })