Add better locale settings.
This commit is contained in:
		
							parent
							
								
									962ea693af
								
							
						
					
					
						commit
						26d75615d0
					
				@ -84,6 +84,14 @@
 | 
			
		||||
    password = if config.virtualisation != null then "" else null;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  i18n = {
 | 
			
		||||
    defaultLocale = "en_US.UTF-8";
 | 
			
		||||
    extraLocaleSettings = {
 | 
			
		||||
      LC_TIME = "en_GB.UTF-8";
 | 
			
		||||
      LC_PAPER = "de_AT.UTF-8";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  system.fsPackages = with pkgs; [
 | 
			
		||||
    ntfs3g
 | 
			
		||||
    exfat
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user