home: move around things a bit
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -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 = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user