From db80b7137471c22c63777399bd887a27fa7fe4d6 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Fri, 9 Feb 2024 12:45:15 +1300 Subject: [PATCH] feat: add spotify-player to hyprland profile --- home/profile/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/profile/hyprland/default.nix b/home/profile/hyprland/default.nix index a82dce0..b2f71d1 100644 --- a/home/profile/hyprland/default.nix +++ b/home/profile/hyprland/default.nix @@ -30,6 +30,7 @@ in default = true; }; }; + media.music.tui.enable = true; themeSettings.enable = true; }; };