oops. dense commit

This commit is contained in:
Reid 2024-03-11 17:14:43 -07:00
parent 4d0f08a364
commit 4d598a496a
7 changed files with 29 additions and 43 deletions

View file

@ -15,6 +15,7 @@ in {
package = pkgs.nix;
# flake registry and nix path pinning
# might not be needed? see: https://github.com/NixOS/nixpkgs/commit/e456032addae76701eb17e6c03fc515fd78ad74f
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
registry.nixpkgs.flake = inputs.nixpkgs;
@ -32,6 +33,9 @@ in {
};
};
# set our git revision inside `nixos-version`
system.configurationRevision = with inputs; mkIf (self ? rev) self.rev;
time.timeZone = mkDefault "America/Los_Angeles";
i18n.defaultLocale = mkDefault "en_US.UTF-8";