reformat all nix code
1 file changed, 6 insertions(+), 4 deletions(-)
changed files
M system/settings/configuration/british-english.nix → system/settings/configuration/british-english.nix
@@ -1,6 +1,8 @@ -{ config -, pkgs -, ... -}: { +{ + config, + pkgs, + ... +}: +{ i18n.defaultLocale = "en_GB.UTF-8"; }