update: move locale.nix out of services dir

This commit is contained in:
Veneficium 2024-09-18 18:07:00 +02:00
parent 2531504b58
commit 5266f9ad65
2 changed files with 3 additions and 6 deletions

View file

@ -1,6 +1,8 @@
{ lib, ... }: {
imports =
[
./locale.nix
./users/fedfer.nix
./users/veneficium.nix
@ -10,7 +12,6 @@
./drivers/gpu/nvidia.nix
./drivers/gpu/disableNvidia.nix
./services/locale.nix #todo turn into config module?
./services/gnome.nix
./services/pipewire.nix
./services/printing.nix

View file

@ -1,8 +1,4 @@
{ lib, ... }: {
/*options.settings.locale = {
enable = lib.mkEnableOption "enable locale config";
it = lib.mkEnableOption "use IT locale";
};*/
{ ... }: {
time.timeZone = "Europe/Rome";