mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-31 05:40:05 +00:00 
			
		
		
		
	✨ Remove youtube-music flake and update discord arrpc config
This commit is contained in:
		
							parent
							
								
									5dd5bf894f
								
							
						
					
					
						commit
						9715055e76
					
				
					 3 changed files with 4 additions and 18 deletions
				
			
		|  | @ -1,5 +1,6 @@ | ||||||
| { | { | ||||||
|   lib, |   lib, | ||||||
|  |   pkgs, | ||||||
|   config, |   config, | ||||||
|   ... |   ... | ||||||
| }: | }: | ||||||
|  | @ -10,6 +11,8 @@ in | ||||||
|   # Enable arRPC for discord Rich Presence stuffs |   # Enable arRPC for discord Rich Presence stuffs | ||||||
|   services.arrpc.enable = true; |   services.arrpc.enable = true; | ||||||
| 
 | 
 | ||||||
|  |   home.packages = with pkgs; [ arrpc ]; | ||||||
|  | 
 | ||||||
|   programs.nixcord = { |   programs.nixcord = { | ||||||
|     enable = true; |     enable = true; | ||||||
|     vesktop.enable = true; |     vesktop.enable = true; | ||||||
|  |  | ||||||
|  | @ -9,23 +9,5 @@ let | ||||||
|   inherit (lib) mkIf; |   inherit (lib) mkIf; | ||||||
| in | in | ||||||
| { | { | ||||||
|   programs.youtube-music = { |  | ||||||
|     enable = false; |  | ||||||
|     options = { |  | ||||||
|       tray = true; |  | ||||||
|       trayClickPlayPause = true; |  | ||||||
|       resumeOnStart = false; |  | ||||||
| 
 | 
 | ||||||
|       themes = [ |  | ||||||
|         (mkIf config.catppuccin.enable ./catppuccin-${config.catppuccin.flavor}.css) |  | ||||||
|       ]; |  | ||||||
| 
 |  | ||||||
|       language = osConfig.${namespace}.system.locale.keymap; |  | ||||||
|       autoUpdates = false; |  | ||||||
|     }; |  | ||||||
| 
 |  | ||||||
|     plugins = { |  | ||||||
|       discord.enabled = true; |  | ||||||
|     }; |  | ||||||
|   }; |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| { | { | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./apps/discord |     ./apps/discord | ||||||
|  |     ./apps/firefox | ||||||
|     ./apps/youtube-music |     ./apps/youtube-music | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue