add mpd
This commit is contained in:
		
							parent
							
								
									1a7671aa61
								
							
						
					
					
						commit
						bebeba111b
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -105,6 +105,8 @@ in {
 | 
			
		|||
    ffmpeg
 | 
			
		||||
    imagemagick
 | 
			
		||||
    mpv
 | 
			
		||||
    mpc-cli
 | 
			
		||||
    pulse_sink
 | 
			
		||||
    # chat
 | 
			
		||||
    tdesktop
 | 
			
		||||
    discord
 | 
			
		||||
| 
						 | 
				
			
			@ -124,7 +126,7 @@ in {
 | 
			
		|||
    cargo
 | 
			
		||||
    rust-analyzer
 | 
			
		||||
    gcc
 | 
			
		||||
    pulse_sink
 | 
			
		||||
    nixfmt
 | 
			
		||||
  ];
 | 
			
		||||
  programs.fish.enable = true;
 | 
			
		||||
  programs.helix = {
 | 
			
		||||
| 
						 | 
				
			
			@ -611,6 +613,10 @@ in {
 | 
			
		|||
    enable = true;
 | 
			
		||||
    indicator = true;
 | 
			
		||||
  };
 | 
			
		||||
  services.mpd = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    musicDirectory = "~/Música";
 | 
			
		||||
  };
 | 
			
		||||
  home.pointerCursor = {
 | 
			
		||||
    name = "capitaine-cursors";
 | 
			
		||||
    package = pkgs.capitaine-cursors;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue