feat(xdg): add Code, Screenshot, and Notes xdg directories
This commit is contained in:
		
							parent
							
								
									241d181bb7
								
							
						
					
					
						commit
						2999328372
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -45,9 +45,12 @@ in | |||
|       }; | ||||
|     }; | ||||
|     xdg.userDirs = { | ||||
|       enable = true; | ||||
|       createDirectories = true; | ||||
|       extraConfig = { | ||||
|         XDG_CODE_DIR = "${config.homeDirectory}/Coding"; | ||||
|         XDG_CODE_DIR = "${config.home.homeDirectory}/Coding"; | ||||
|         XDG_SCREENSHOT_DIR = "${config.xdg.userDirs.pictures}/Screenshots"; | ||||
|         XDG_NOTES_DIR = "${config.xdg.userDirs.Documents}/Notes"; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue