forked from jan-leila/nix-config
		
	generate .continue/config.yaml via configuration
This commit is contained in:
		
							parent
							
								
									2c77cf2ed4
								
							
						
					
					
						commit
						393f468be2
					
				
					 6 changed files with 117 additions and 20 deletions
				
			
		|  | @ -83,6 +83,32 @@ | |||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|     user = { | ||||
|       continue = { | ||||
|         enable = true; | ||||
|         docs = { | ||||
|           "Continue Docs" = { | ||||
|             startUrl = "https://docs.continue.dev"; | ||||
|           }; | ||||
|           "Nixpkgs" = { | ||||
|             startUrl = "https://ryantm.github.io/nixpkgs/#preface"; | ||||
|           }; | ||||
|           "Nix Manual" = { | ||||
|             startUrl = "https://nixos.org/manual/nixos/stable/"; | ||||
|           }; | ||||
|           "Home manager Manual" = { | ||||
|             startUrl = "https://nix-community.github.io/home-manager/"; | ||||
|           }; | ||||
|           "Nix Docs" = { | ||||
|             startUrl = "https://nix.dev/index.html"; | ||||
|           }; | ||||
|           "Linux Man Page" = { | ||||
|             startUrl = "https://linux.die.net/man/"; | ||||
|           }; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|     programs = { | ||||
|       # Let Home Manager install and manage itself. | ||||
|       home-manager.enable = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue