diff options
author | Julian T <julian@jtle.dk> | 2021-11-11 10:18:41 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-11-11 10:18:41 +0100 |
commit | 70c847f1a716df9c91c48d625d9f510cd37d5fd9 (patch) | |
tree | a71439d02c427dbdc981ea4f749c34b4753397e5 /core.nix | |
parent | 01e266e05051b85ef3c42ee7b583df9364b60940 (diff) |
Several unamed configuration changes
Sorry im not very good at commiting when i change stuff
Diffstat (limited to 'core.nix')
-rw-r--r-- | core.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ # Select internationalisation properties. i18n = { - defaultLocale = "nl_NL.UTF-8"; + defaultLocale = "en_DK.UTF-8"; }; console = { @@ -60,7 +60,7 @@ unzip tig file whois nmap usbutils lshw gnumake pv jq killall netcat-gnu perl pciutils cowsay man-pages gcc binutils python3 python - lm_sensors + lm_sensors tmux fish kakoune ]; }; } |