forked from fabian/nix
		
	stateVersion synced across all configurations
This commit is contained in:
		
							parent
							
								
									a38110ee55
								
							
						
					
					
						commit
						80e5a5e8a6
					
				
					 4 changed files with 3 additions and 3 deletions
				
			
		|  | @ -14,6 +14,8 @@ in { | ||||||
|     xdg.enable = true; |     xdg.enable = true; | ||||||
| 
 | 
 | ||||||
|     home = { |     home = { | ||||||
|  |       stateVersion = "24.05"; # DO NOT CHANGE | ||||||
|  | 
 | ||||||
|       packages = with pkgs; [ |       packages = with pkgs; [ | ||||||
|         calc |         calc | ||||||
|         file |         file | ||||||
|  |  | ||||||
|  | @ -74,7 +74,6 @@ | ||||||
|       virt-manager |       virt-manager | ||||||
|     ]; |     ]; | ||||||
| 
 | 
 | ||||||
|     stateVersion = "21.11"; # DO NOT CHANGE |  | ||||||
|     username = "fabian"; |     username = "fabian"; | ||||||
|     homeDirectory = "/home/fabian"; |     homeDirectory = "/home/fabian"; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
|  | @ -38,7 +38,6 @@ with lib; { | ||||||
|     packages = with pkgs; [ |     packages = with pkgs; [ | ||||||
|     ]; |     ]; | ||||||
| 
 | 
 | ||||||
|     stateVersion = "24.05"; # DO NOT CHANGE |  | ||||||
|     username = "fabian"; |     username = "fabian"; | ||||||
|     homeDirectory = "/home/fabian"; |     homeDirectory = "/home/fabian"; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
|  | @ -110,5 +110,5 @@ | ||||||
|     enableNotifications = true; |     enableNotifications = true; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   system.stateVersion = "21.11"; # No tocar esto |   system.stateVersion = "24.05"; # DO NOT CHANGE | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue