Some tweaks for zora
This commit is contained in:
parent
3fa6f2dd4d
commit
9653971e3a
4 changed files with 9 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Time
|
||||
time.timeZone = "Europe/Paris";
|
||||
time.timeZone = lib.mkDefault "Europe/Paris";
|
||||
# time.timeZone = "Africa/Tunis";
|
||||
|
||||
# Locale
|
||||
|
|
@ -34,6 +34,5 @@
|
|||
documentation.enable = true;
|
||||
documentation.man.enable = true;
|
||||
documentation.dev.enable = true;
|
||||
# Fails for some reason
|
||||
documentation.nixos.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue