forked from jan-leila/nix-config
		
	feat: refactored impermanence to be enableable for users on a system
This commit is contained in:
		
							parent
							
								
									337f03b4e7
								
							
						
					
					
						commit
						6d5a07e08f
					
				
					 31 changed files with 61 additions and 56 deletions
				
			
		|  | @ -2,7 +2,6 @@ | |||
|   lib, | ||||
|   pkgs, | ||||
|   config, | ||||
|   osConfig, | ||||
|   ... | ||||
| }: { | ||||
|   options.programs.steam = { | ||||
|  | @ -18,7 +17,7 @@ | |||
|         ]; | ||||
|       } | ||||
|       ( | ||||
|         lib.mkIf osConfig.host.impermanence.enable { | ||||
|         lib.mkIf config.impermanence.enable { | ||||
|           home.persistence."/persist${config.home.homeDirectory}" = { | ||||
|             directories = [ | ||||
|               { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue