mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-31 05:40:05 +00:00 
			
		
		
		
	✨ (home/jo) Add youtube-music configuration
This commit is contained in:
		
							parent
							
								
									757189c8cb
								
							
						
					
					
						commit
						b109eda2d0
					
				
					 9 changed files with 110 additions and 3 deletions
				
			
		|  | @ -0,0 +1,6 @@ | |||
| /* frappe */ | ||||
| @import url("https://youtubemusic.catppuccin.com/src/frappe.css"); | ||||
| 
 | ||||
| html:not(.style-scope) { | ||||
|     --ctp-accent: var(--ctp-blue) !important; | ||||
| } | ||||
|  | @ -0,0 +1,6 @@ | |||
| /* latte */ | ||||
| @import url("https://youtubemusic.catppuccin.com/src/latte.css"); | ||||
| 
 | ||||
| html:not(.style-scope) { | ||||
|     --ctp-accent: var(--ctp-blue) !important; | ||||
| } | ||||
|  | @ -0,0 +1,6 @@ | |||
| /* macchiato */ | ||||
| @import url("https://youtubemusic.catppuccin.com/src/macchiato.css"); | ||||
| 
 | ||||
| html:not(.style-scope) { | ||||
|     --ctp-accent: var(--ctp-blue) !important; | ||||
| } | ||||
|  | @ -0,0 +1,6 @@ | |||
| /* mocha */ | ||||
| @import url("https://youtubemusic.catppuccin.com/src/mocha.css"); | ||||
| 
 | ||||
| html:not(.style-scope) { | ||||
|     --ctp-accent: var(--ctp-blue) !important; | ||||
| } | ||||
							
								
								
									
										29
									
								
								homes/x86_64-linux/jo/apps/youtube-music/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								homes/x86_64-linux/jo/apps/youtube-music/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,29 @@ | |||
| { | ||||
|   lib, | ||||
|   config, | ||||
|   osConfig, | ||||
|   namespace, | ||||
|   ... | ||||
| }: let | ||||
|   inherit (lib) mkIf; | ||||
| in { | ||||
|   programs.youtube-music = { | ||||
|     enable = true; | ||||
|     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; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  | @ -5,6 +5,7 @@ | |||
| }: { | ||||
|   imports = [ | ||||
|     ./apps/discord | ||||
|     ./apps/youtube-music | ||||
|   ]; | ||||
| 
 | ||||
|   puzzlevision = { | ||||
|  | @ -20,7 +21,6 @@ | |||
| 
 | ||||
|   home.packages = with pkgs; [ | ||||
|     ## GENERAL | ||||
|     youtube-music | ||||
|     ghostty | ||||
|     teams-for-linux | ||||
|     enpass | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue