From cc74a49dfb5f376c84b0032fe1225304f3cf1c7f Mon Sep 17 00:00:00 2001 From: Uzair Mohammed Date: Sat, 28 Dec 2024 14:57:33 -0800 Subject: [PATCH] 1: Added playerctl to hyprland --- home/modules/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 313a664..14f50ad 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -12,6 +12,7 @@ ./cliphist.nix ./wlogout.nix ./wlsunset.nix + ./playerctld.nix ]; programs.kitty.enable = true;