bugs
This commit is contained in:
		
							parent
							
								
									eb46317121
								
							
						
					
					
						commit
						08f6189869
					
				
					 6 changed files with 23 additions and 27 deletions
				
			
		|  | @ -10,7 +10,7 @@ in | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   config = mkIf cfg.enable { |   config = mkIf cfg.enable { | ||||||
|     environment.systemPackages = [ |     environment.systemPackages = with pkgs; [ | ||||||
|       neofetch |       neofetch | ||||||
| 
 | 
 | ||||||
|       fd |       fd | ||||||
|  |  | ||||||
|  | @ -1,11 +1,7 @@ | ||||||
| { options | { options, config, pkgs, lib, ... }: | ||||||
| , config |  | ||||||
| , pkgs |  | ||||||
| , lib |  | ||||||
| , ... |  | ||||||
| }: |  | ||||||
| with lib; | with lib; | ||||||
| with lib.wyrdgard; let | with lib.wyrdgard; | ||||||
|  | let | ||||||
|   cfg = config.wyrdgard.system.locale; |   cfg = config.wyrdgard.system.locale; | ||||||
| in | in | ||||||
| { | { | ||||||
|  |  | ||||||
|  | @ -13,7 +13,7 @@ in | ||||||
|     console.useXkbConfig = true; |     console.useXkbConfig = true; | ||||||
|     services.xserver = { |     services.xserver = { | ||||||
|       xkb.layout = "us"; |       xkb.layout = "us"; | ||||||
|       variant = ""; |       xkb.variant = ""; | ||||||
|       xkbOptions = "caps:escape"; |       xkbOptions = "caps:escape"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 christoph.hollizeck
						christoph.hollizeck