refactor(module): move locale config to own nixos module
This commit is contained in:
parent
078657f1e2
commit
3f767068d2
3 changed files with 58 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue