refactor: cleanup
This commit is contained in:
		
							parent
							
								
									13f8a6ac36
								
							
						
					
					
						commit
						771ce3b1f6
					
				
					 6 changed files with 17 additions and 1 deletions
				
			
		|  | @ -8,5 +8,8 @@ in | ||||||
|     programs.yt-dlp = { |     programs.yt-dlp = { | ||||||
|       enable = true; |       enable = true; | ||||||
|     }; |     }; | ||||||
|  | 
 | ||||||
|  |     home.file."$HOME/Videos/Youtube".enable = true; | ||||||
|  | 
 | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -44,6 +44,12 @@ in | ||||||
|         TZ = "Pacific/Auckland"; |         TZ = "Pacific/Auckland"; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  |     xdg.userDirs = { | ||||||
|  |       createDirectories = true; | ||||||
|  |       extraConfig = { | ||||||
|  |         XDG_CODE_DIR = "${config.homeDirectory}/Coding"; | ||||||
|  |       }; | ||||||
|  |     }; | ||||||
| 
 | 
 | ||||||
|     xdg.portal.enable = true; |     xdg.portal.enable = true; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -30,7 +30,14 @@ in | ||||||
|           default = true; |           default = true; | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|       media.music.tui.enable = true; |       media = { | ||||||
|  |         music.tui.enable = true; | ||||||
|  |         image.imv.enable = true; | ||||||
|  |         video = { | ||||||
|  |           mpv.enable = true; | ||||||
|  |           youtube.enable = true; | ||||||
|  |         }; | ||||||
|  |       }; | ||||||
|       themeSettings.enable = true; |       themeSettings.enable = true; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue