20 lines
		
	
	
	
		
			379 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			379 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{...} @ args: final: prev: let
 | 
						|
  inherit (prev) lib;
 | 
						|
in
 | 
						|
  [
 | 
						|
    ./niri.nix
 | 
						|
    ./juicity.nix
 | 
						|
    ./dae.nix
 | 
						|
    ./spotifyx.nix
 | 
						|
    ./radicle-explorer.nix
 | 
						|
    ./wshowkeys.nix
 | 
						|
    # ./QQ.nix
 | 
						|
    ./helix.nix
 | 
						|
    ./cliphist.nix
 | 
						|
 | 
						|
    # Nur
 | 
						|
    ./nur.nix
 | 
						|
    ./nur-ataraxiasejel.nix
 | 
						|
  ]
 | 
						|
  |> map (file: import file args)
 | 
						|
  |> (overlays: (lib.composeManyExtensions overlays) final prev)
 |