forked from jan-leila/nix-config
		
	updated user-words in vscode config
This commit is contained in:
		
							parent
							
								
									358f039460
								
							
						
					
					
						commit
						e14d1387dc
					
				
					 5 changed files with 133 additions and 70 deletions
				
			
		|  | @ -1,6 +1,73 @@ | |||
| [ | ||||
|   "leyla" | ||||
|   "webdav" | ||||
|   "ollama" | ||||
|   "optimise" | ||||
| ] | ||||
| {...}: { | ||||
|   config.programs.vscode.profiles.default.userSettings = { | ||||
|     "cSpell.userWords" = [ | ||||
|       "leyla" | ||||
|       "ollama" | ||||
|     ]; | ||||
|     "[javascript][typescript]"."cSpell.userWords" = [ | ||||
|       "webdav" | ||||
|     ]; | ||||
|     "[nix]"."cSpell.userWords" = [ | ||||
|       "pname" | ||||
|       "direnv" | ||||
|       "deepseek" | ||||
|       "qwen" | ||||
|       "syncthing" | ||||
|       "immich" | ||||
|       "sonos" | ||||
|       "makemkv" | ||||
|       "hass" | ||||
|       "qbittorent" | ||||
|       "prostudiomasters" | ||||
|       "tmpfiles" | ||||
|       "networkmanager" | ||||
|       "Networkd" | ||||
|       "networkmanager" | ||||
|       "dialout" | ||||
|       "adbusers" | ||||
|       "protonmail" | ||||
|       "authkey" | ||||
|       "netdevs" | ||||
|       "atomix" | ||||
|       "geary" | ||||
|       "gedit" | ||||
|       "hitori" | ||||
|       "iagno" | ||||
|       "alsa" | ||||
|       "timezoned" | ||||
|       "pipewire" | ||||
|       "pulseaudio" | ||||
|       "rtkit" | ||||
|       "disko" | ||||
|       "ashift" | ||||
|       "autotrim" | ||||
|       "canmount" | ||||
|       "mountpoint" | ||||
|       "xattr" | ||||
|       "acltype" | ||||
|       "relatime" | ||||
|       "keyformat" | ||||
|       "keylocation" | ||||
|       "vdevs" | ||||
| 
 | ||||
|       # codium extensions | ||||
|       "akamud" | ||||
|       "onedark" | ||||
|       "jeanp" | ||||
|       "dsznajder" | ||||
|       "dbaeumer" | ||||
|       "orta" | ||||
|       "tauri" | ||||
|       "unifiedjs" | ||||
|       "tamasfe" | ||||
|       "pinage" | ||||
|       "jnoortheen" | ||||
|       "kamadorueda" | ||||
|       "karyfoundation" | ||||
|       "nearley" | ||||
| 
 | ||||
|       # nix.optimise is spelled wrong | ||||
|       "optimise" | ||||
|     ]; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue