18 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
|  | { | ||
|  |   flake.modules.homeManager.gui = | ||
|  |     { pkgs, ... }: | ||
|  |     { | ||
|  |       programs.librewolf.profiles.default.extensions.packages = | ||
|  |         with pkgs.nur.repos.rycee.firefox-addons; [ | ||
|  |           awesome-rss | ||
|  |           bitwarden | ||
|  |           darkreader | ||
|  |           tree-style-tab | ||
|  |           ublock-origin | ||
|  |           videospeed | ||
|  |           vimium | ||
|  |           web-developer | ||
|  |         ]; | ||
|  |     }; | ||
|  | } |