forked from jan-leila/nix-config
		
	added nix language server
removed ollama
This commit is contained in:
		
							parent
							
								
									1790d785f5
								
							
						
					
					
						commit
						77e3d687d4
					
				
					 4 changed files with 27 additions and 10 deletions
				
			
		|  | @ -1,8 +1,16 @@ | |||
| {pkgs, ...}: { | ||||
| { | ||||
|   pkgs, | ||||
|   inputs, | ||||
|   ... | ||||
| }: { | ||||
|   imports = [ | ||||
|     ../common | ||||
|   ]; | ||||
| 
 | ||||
|   nix = { | ||||
|     nixPath = ["nixpkgs=${inputs.nixpkgs}"]; | ||||
|   }; | ||||
| 
 | ||||
|   services = { | ||||
|     # Enable CUPS to print documents. | ||||
|     printing.enable = true; | ||||
|  | @ -51,6 +59,9 @@ | |||
|     # helvetica font | ||||
|     aileron | ||||
| 
 | ||||
|     # nix langauge server | ||||
|     nixd | ||||
| 
 | ||||
|     cachefilesd | ||||
| 
 | ||||
|     gnomeExtensions.dash-to-dock | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue