can now use default packages instead of unstable
This commit is contained in:
		
							parent
							
								
									8dce5f6c9d
								
							
						
					
					
						commit
						822a75d842
					
				
					 3 changed files with 5 additions and 6 deletions
				
			
		|  | @ -32,7 +32,7 @@ in { | |||
|       }; | ||||
| 
 | ||||
|       environment.systemPackages = with pkgs; [ | ||||
|         unstable.nvtop-amd | ||||
|         nvtop-amd | ||||
|       ]; | ||||
|     }) | ||||
| 
 | ||||
|  |  | |||
|  | @ -32,7 +32,7 @@ in { | |||
|         ]; | ||||
|       }; | ||||
|       environment.systemPackages = with pkgs; [ | ||||
|         unstable.nvtop-intel | ||||
|         nvtop-intel | ||||
|       ]; | ||||
|     }) | ||||
|   ]; | ||||
|  |  | |||
|  | @ -11,7 +11,7 @@ in | |||
|     { | ||||
|       home.packages = with pkgs; [ | ||||
|         keepassxc | ||||
|         unstable.insync | ||||
|         insync | ||||
|         telegram-desktop | ||||
|         simple-scan | ||||
|         wireguard-tools | ||||
|  | @ -26,11 +26,10 @@ in | |||
|         uucp | ||||
|         screen | ||||
|         kdiff3 | ||||
|         docker | ||||
|         youtube-music | ||||
| 
 | ||||
|         unstable.jetbrains-toolbox | ||||
|         unstable.dotnet-sdk_8 | ||||
|         jetbrains-toolbox | ||||
|         dotnet-sdk_8 | ||||
| 
 | ||||
|         cargo | ||||
|         rustc | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter