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; })

View File

@@ -1,4 +1,4 @@
{ pkgs, scripts, ... }:
{ pkgs, pkgs-unstable, scripts, ... }:
{
imports = [
./hyprland/performance.nix
@@ -194,9 +194,13 @@
# bind = $mainMod, M, exit,
"$mainMod, E, exec, $fileManager"
"$mainMod, B, exec, $browser"
"$mainMod, M, exec, $terminal -e ${pkgs-unstable.gurk-rs}/bin/gurk"
"$mainMod, P, exec, $terminal -e ${pkgs.ncmpcpp}/bin/ncmpcpp"
# "$mainMod, V, togglefloating,"
"$mainMod, space, exec, $menu"
"$mainMod, P, pseudo, # dwindle"
# "$mainMod, P, pseudo, # dwindle"
"$mainMod, F, fullscreen"
# bind = $mainMod, J, togglesplit, # dwindle
@@ -214,6 +218,9 @@
"$mainMod SHIFT, K, swapwindow, u"
"$mainMod SHIFT, J, swapwindow, d"
"$mainMod ALT, H, resizeactive, -40 0"
"$mainMod ALT, L, resizeactive, 40 0"
# Switch workspaces with mainMod + [0-9]
"$mainMod, 1, workspace, 1"
"$mainMod, 2, workspace, 2"