mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-31 13:50:04 +00:00 
			
		
		
		
	✨ Run nixfmt-rfc-style on repository and add it to Zed config
This commit is contained in:
		
							parent
							
								
									f5e5adb2fd
								
							
						
					
					
						commit
						45494079c5
					
				
					 41 changed files with 441 additions and 240 deletions
				
			
		|  | @ -1,4 +1,5 @@ | |||
| {pkgs, ...}: { | ||||
| { pkgs, ... }: | ||||
| { | ||||
|   home.packages = with pkgs; [ | ||||
|     ### Tools | ||||
|     git | ||||
|  |  | |||
|  | @ -2,9 +2,11 @@ | |||
|   lib, | ||||
|   config, | ||||
|   ... | ||||
| }: let | ||||
| }: | ||||
| let | ||||
|   inherit (lib) mkIf; | ||||
| in { | ||||
| in | ||||
| { | ||||
|   # Enable arRPC for discord Rich Presence stuffs | ||||
|   services.arrpc.enable = true; | ||||
| 
 | ||||
|  |  | |||
|  | @ -4,9 +4,11 @@ | |||
|   osConfig, | ||||
|   namespace, | ||||
|   ... | ||||
| }: let | ||||
| }: | ||||
| let | ||||
|   inherit (lib) mkIf; | ||||
| in { | ||||
| in | ||||
| { | ||||
|   programs.youtube-music = { | ||||
|     enable = true; | ||||
|     options = { | ||||
|  |  | |||
|  | @ -2,7 +2,8 @@ | |||
|   pkgs, | ||||
|   config, | ||||
|   ... | ||||
| }: { | ||||
| }: | ||||
| { | ||||
|   imports = [ | ||||
|     ./apps/discord | ||||
|     ./apps/youtube-music | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue