10 lines
		
	
	
		
			158 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			158 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {pkgs, ...}:
 | |
| {
 | |
|     home.packages = [
 | |
|         pkgs.rofi-bluetooth
 | |
|     ];
 | |
| 
 | |
|     # patch the rofi-bluetooth script to use an alternative rofi-command variable
 | |
| 
 | |
| }
 |