forked from jan-leila/nix-config
		
	updated paths to be based on xdg configurations
This commit is contained in:
		
							parent
							
								
									28ac8a4fa4
								
							
						
					
					
						commit
						8c4bd4291d
					
				
					 14 changed files with 24 additions and 19 deletions
				
			
		|  | @ -19,7 +19,7 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             ".local/share/Anki2" | ||||
|             "${config.xdg.dataHome}/Anki2/" | ||||
|           ]; | ||||
|           allowOther = true; | ||||
|         }; | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             ".config/Bitwarden" | ||||
|             "${config.xdg.configHome}/Bitwarden" | ||||
|           ]; | ||||
|           allowOther = true; | ||||
|         }; | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             ".config/bruno/" | ||||
|             "${config.xdg.configHome}/bruno/" | ||||
|           ]; | ||||
|           allowOther = true; | ||||
|         }; | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             ".config/calibre" | ||||
|             "${config.xdg.configHome}/calibre" | ||||
|           ]; | ||||
|           allowOther = true; | ||||
|         }; | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             "~/.local/share/DBeaverData/" | ||||
|             "${config.xdg.dataHome}/DBeaverData/" | ||||
|           ]; | ||||
|           allowOther = true; | ||||
|         }; | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             "~/.config/discord/" | ||||
|             "${config.xdg.configHome}/discord/" | ||||
|           ]; | ||||
|           allowOther = true; | ||||
|         }; | ||||
|  |  | |||
|  | @ -20,11 +20,11 @@ | |||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             # configuration | ||||
|             ".config/JetBrains/" | ||||
|             "${config.xdg.configHome}/JetBrains/" | ||||
|             # plugins | ||||
|             ".local/share/JetBrains/" | ||||
|             "${config.xdg.dataHome}/JetBrains/" | ||||
|             # System and Logs | ||||
|             ".cache/JetBrains/" | ||||
|             "${config.xdg.cacheHome}/JetBrains/" | ||||
|           ]; | ||||
|         }; | ||||
|       } | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             ".config/obsidian" | ||||
|             "${config.xdg.configHome}/obsidian" | ||||
|           ]; | ||||
|         }; | ||||
|       } | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             ".config/ProStudioMasters" | ||||
|             "${config.xdg.configHome}/ProStudioMasters" | ||||
|           ]; | ||||
|         }; | ||||
|       } | ||||
|  |  | |||
|  | @ -19,8 +19,8 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             ".config/protonvpn" | ||||
|             ".config/Proton" | ||||
|             "${config.xdg.configHome}/protonvpn" | ||||
|             "${config.xdg.configHome}/Proton" | ||||
|           ]; | ||||
|         }; | ||||
|       } | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             ".config/qBittorrent" | ||||
|             "${config.xdg.configHome}/qBittorrent" | ||||
|           ]; | ||||
|         }; | ||||
|       } | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|           directories = [ | ||||
|             ".config/Signal" | ||||
|             "${config.xdg.configHome}/Signal" | ||||
|           ]; | ||||
|         }; | ||||
|       } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue