misc small changes

This commit is contained in:
Gerg-L 2023-08-13 09:18:15 -04:00
parent e6b2482344
commit 67ea731529
6 changed files with 9 additions and 3 deletions

View file

@ -39,6 +39,12 @@ _: {
i18n.defaultLocale = "en_US.UTF-8";
#time settings
time.timeZone = "America/New_York";
# For`info` command.
documentation.info.enable = false;
# NixOS manual and such.
documentation.nixos.enable = false;
programs.command-not-found.enable = false;
};
_file = ./misc.nix;
}