added impermanence for jetbrains idea-community
This commit is contained in:
		
							parent
							
								
									89373ac243
								
							
						
					
					
						commit
						4e94731d9c
					
				
					 1 changed files with 10 additions and 1 deletions
				
			
		|  | @ -17,7 +17,16 @@ | ||||||
|     } |     } | ||||||
|     ( |     ( | ||||||
|       lib.mkIf osConfig.host.impermanence.enable { |       lib.mkIf osConfig.host.impermanence.enable { | ||||||
|         # TODO: map impermanence for idea-community |         home.persistence."/persist${config.home.homeDirectory}" = { | ||||||
|  |           directories = [ | ||||||
|  |             # configuration | ||||||
|  |             "~/.config/JetBrains/" | ||||||
|  |             # plugins | ||||||
|  |             "~/.local/share/JetBrains/" | ||||||
|  |             # System and Logs | ||||||
|  |             "~/.cache/JetBrains/" | ||||||
|  |           ]; | ||||||
|  |         }; | ||||||
|       } |       } | ||||||
|     ) |     ) | ||||||
|   ]); |   ]); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue