home: move around things a bit

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-01 16:57:00 +05:30
parent 48e46b465f
commit 684b9a41cc
12 changed files with 61 additions and 50 deletions

View File

@@ -18,7 +18,8 @@ in
};
mpd-discord-rpc = {
inherit (mpd) enable;
# inherit (mpd) enable;
enable = false;
settings = {
id = 1039532008424099850; # dont really care
format = {
@@ -37,8 +38,6 @@ in
host = "localhost";
};
};
playerctld.enable = true;
};
systemd.user.services = {
@@ -68,12 +67,12 @@ in
home = {
packages = with pkgs; [
playerctl
mpc_cli
(ncmpcpp.override {
visualizerSupport = true;
clockSupport = true;
})
mpc_cli
playerctl
(tauon.override {
withDiscordRPC = true;
})
@@ -83,6 +82,10 @@ in
source = ./config/ncmpcpp/config;
target = "${config.xdg.configHome}/ncmpcpp/config";
};
sessionVariables = {
# LV2_PATH = lib.makeSearchPath "lib/lv2" (with pkgs; [ calf ]);
};
};
age.secrets.mpdasrc = {