Changed: Niri bindings, docker, isoConfig

This commit is contained in:
2025-09-22 19:22:26 +02:00
parent b693e9d02c
commit d3266d1c1d
2 changed files with 48 additions and 49 deletions

View File

@@ -1,10 +1,10 @@
{ pkgs, ... }:
{ ... }:
{
# Set your time zone.
time.timeZone = "Europe/Berlin";
# Select internationalisation properties.
i18n.defaultLocale = "de_DE.UTF-8";
i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = {
LC_ADDRESS = "de_DE.UTF-8";