diff options
| -rw-r--r-- | vali.nix | 13 |
1 files changed, 8 insertions, 5 deletions
| @@ -29,11 +29,14 @@ | |||
| 29 | # networking.wireless.enable = true; # Enables wireless. | 29 | # networking.wireless.enable = true; # Enables wireless. |
| 30 | 30 | ||
| 31 | # Select internationalisation properties. | 31 | # Select internationalisation properties. |
| 32 | # i18n = { | 32 | i18n = { |
| 33 | # consoleFont = "lat9w-16"; | 33 | consoleFont = "lat9w-16"; |
| 34 | # consoleKeyMap = "us"; | 34 | consoleKeyMap = fetchurl { |
| 35 | # defaultLocale = "en_US.UTF-8"; | 35 | url = https://f.141.li/f569c4afc6/dvp.map.gz; |
| 36 | # }; | 36 | sha256 = "0e859211cfe16a18a3b9cbf2ca3e280a23a79b4e40b60d8d01d0fde7336b6d50"; |
| 37 | }; | ||
| 38 | defaultLocale = "en_US.UTF-8"; | ||
| 39 | }; | ||
| 37 | 40 | ||
| 38 | # List packages installed in system profile. To search by name, run: | 41 | # List packages installed in system profile. To search by name, run: |
| 39 | # $ nix-env -qaP | grep wget | 42 | # $ nix-env -qaP | grep wget |
