Fix keyboard layouts
This commit is contained in:
		
							parent
							
								
									53a2d4c1a6
								
							
						
					
					
						commit
						c34b4caad9
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		|  | @ -95,8 +95,12 @@ | ||||||
|       lidSwitchDocked = "ignore"; |       lidSwitchDocked = "ignore"; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     # Touchpad |     xserver = { | ||||||
|     xserver.libinput.enable = true; |       # Keyboard layout | ||||||
|  |       layout = "us"; | ||||||
|  |       xkbVariant = "altgr-intl"; | ||||||
|  |       # Touchpad | ||||||
|  |       libinput.enable = true; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   system.stateVersion = "23.05"; |   system.stateVersion = "23.05"; | ||||||
|  | @ -107,7 +111,6 @@ | ||||||
| 
 | 
 | ||||||
|   i18n.defaultLocale = "en_GB.UTF-8"; |   i18n.defaultLocale = "en_GB.UTF-8"; | ||||||
|   console = { |   console = { | ||||||
|     # font = "Lat2-Terminus16"; |  | ||||||
|     useXkbConfig = true; # use xkbOptions in tty. |     useXkbConfig = true; # use xkbOptions in tty. | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue