Changed: Stufff
This commit is contained in:
		@@ -35,24 +35,6 @@
 | 
			
		||||
    # Enable networking
 | 
			
		||||
    networking.networkmanager.enable = true;
 | 
			
		||||
 | 
			
		||||
    # Set your time zone.
 | 
			
		||||
    time.timeZone = "Europe/Berlin";
 | 
			
		||||
 | 
			
		||||
    # Select internationalisation properties.
 | 
			
		||||
    i18n.defaultLocale = "en_US.UTF-8";
 | 
			
		||||
 | 
			
		||||
    i18n.extraLocaleSettings = {
 | 
			
		||||
        LC_ADDRESS = "de_DE.UTF-8";
 | 
			
		||||
        LC_IDENTIFICATION = "de_DE.UTF-8";
 | 
			
		||||
        LC_MEASUREMENT = "de_DE.UTF-8";
 | 
			
		||||
        LC_MONETARY = "de_DE.UTF-8";
 | 
			
		||||
        LC_NAME = "de_DE.UTF-8";
 | 
			
		||||
        LC_NUMERIC = "de_DE.UTF-8";
 | 
			
		||||
        LC_PAPER = "de_DE.UTF-8";
 | 
			
		||||
        LC_TELEPHONE = "de_DE.UTF-8";
 | 
			
		||||
        LC_TIME = "de_DE.UTF-8";
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    # Configure keymap in X11
 | 
			
		||||
    services.xserver.xkb = {
 | 
			
		||||
        layout = "de";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user