From f013ffb9b3800e02cd82066056b3472c22f3727f Mon Sep 17 00:00:00 2001 From: roxwize Date: Tue, 31 Dec 2024 23:10:34 -0500 Subject: [PATCH] ~ --- nixos/home/base.nix | 3 ++- nixos/hosts/base.nix | 1 + nixos/packages.nix | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/home/base.nix b/nixos/home/base.nix index 01f93d4..5ae3500 100644 --- a/nixos/home/base.nix +++ b/nixos/home/base.nix @@ -73,10 +73,11 @@ } ''; }; - #! doesn't seem to do anything ;w;;;;; mpdris2 = { enable = true; mpd.musicDirectory = "/mnt/world/music"; + multimediaKeys = true; + notifications = true; }; mpris-proxy.enable = true; }; diff --git a/nixos/hosts/base.nix b/nixos/hosts/base.nix index 3763d4e..d25cfe8 100644 --- a/nixos/hosts/base.nix +++ b/nixos/hosts/base.nix @@ -57,6 +57,7 @@ alsa.enable = true; pulse.enable = true; }; + mpd.enable = true; # Configured with home-manager # CUPS printing printing.enable = true; # misc diff --git a/nixos/packages.nix b/nixos/packages.nix index ed82333..6c43cae 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -55,6 +55,7 @@ vscodium # music mpc + playerctl rmpc # X11 hsetroot