home: install backgrounds dir recursivelly
This is necessary so that other software can add new backgrounds dynamically
This commit is contained in:
		
							parent
							
								
									4019472dc1
								
							
						
					
					
						commit
						1d03ba2f4a
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -133,7 +133,12 @@
 | 
			
		|||
 | 
			
		||||
  fonts.fontconfig.enable = true;
 | 
			
		||||
 | 
			
		||||
  home.file = { ".local/share/backgrounds".source = ./backgrounds; };
 | 
			
		||||
  home.file = {
 | 
			
		||||
    ".local/share/backgrounds" = {
 | 
			
		||||
      source = ./backgrounds;
 | 
			
		||||
      recursive = true;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  home.sessionVariables = {
 | 
			
		||||
    VOLUME_CHANGE_SOUND =
 | 
			
		||||
      "${pkgs.sound-theme-freedesktop}/share/sounds/freedesktop/stereo/audio-volume-change.oga";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue