refactor(module): move locale config to own nixos module

This commit is contained in:
Jo 2024-09-07 08:58:12 +02:00
parent 078657f1e2
commit 3f767068d2
3 changed files with 58 additions and 20 deletions

View file

@ -28,6 +28,7 @@ in {
hardware.enable = true; # Common hardware support and tweaks
fonts.enable = true; # Common fonts and font management tweaks
audio.enable = true; # Audio setup
locale.enable = true; # Locale settings
};
desktop.gnome.enable = true;