update: move locale.nix out of services dir
This commit is contained in:
parent
2531504b58
commit
5266f9ad65
2 changed files with 3 additions and 6 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
{ lib, ... }: {
|
{ lib, ... }: {
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
./locale.nix
|
||||||
|
|
||||||
./users/fedfer.nix
|
./users/fedfer.nix
|
||||||
./users/veneficium.nix
|
./users/veneficium.nix
|
||||||
|
|
||||||
|
|
@ -10,7 +12,6 @@
|
||||||
./drivers/gpu/nvidia.nix
|
./drivers/gpu/nvidia.nix
|
||||||
./drivers/gpu/disableNvidia.nix
|
./drivers/gpu/disableNvidia.nix
|
||||||
|
|
||||||
./services/locale.nix #todo turn into config module?
|
|
||||||
./services/gnome.nix
|
./services/gnome.nix
|
||||||
./services/pipewire.nix
|
./services/pipewire.nix
|
||||||
./services/printing.nix
|
./services/printing.nix
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,4 @@
|
||||||
{ lib, ... }: {
|
{ ... }: {
|
||||||
/*options.settings.locale = {
|
|
||||||
enable = lib.mkEnableOption "enable locale config";
|
|
||||||
it = lib.mkEnableOption "use IT locale";
|
|
||||||
};*/
|
|
||||||
|
|
||||||
time.timeZone = "Europe/Rome";
|
time.timeZone = "Europe/Rome";
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue