diff options
author | Linnnus <[email protected]> | 2025-01-29 20:24:47 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-01-29 20:24:47 +0100 |
commit | 52f2779fcaf6a719e5fc63929b7321e9df163925 (patch) | |
tree | fbbbfe4bdbedacc47bc51050ba2d2ff9f02532bb /shared/nixos | |
parent | 27f702a9f3e599d872111036458c60af3f3ee472 (diff) |
Formatting, nice one gg
Diffstat (limited to 'shared/nixos')
-rw-r--r-- | shared/nixos/danish/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/shared/nixos/danish/default.nix b/shared/nixos/danish/default.nix index b8a33ed..fb6bb86 100644 --- a/shared/nixos/danish/default.nix +++ b/shared/nixos/danish/default.nix @@ -1,8 +1,5 @@ # This module should be imported on Danish hosts. - -{lib, ...}: - -{ +{lib, ...}: { i18n.defaultLocale = "da_DK.UTF-8"; # Allow indirect overwriting via `console.useXkbConfig`. |