init repos
This commit is contained in:
8
modules/system/locale.nix
Normal file
8
modules/system/locale.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
||||
services.xserver.xkb = {
|
||||
layout = "fr";
|
||||
variant = "azerty";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user