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