Set TZ env variable to workaround nixpkgs #238025
This commit is contained in:
parent
d98a692a5f
commit
6d04c4d426
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@
|
||||||
username = "user";
|
username = "user";
|
||||||
homeDirectory = "/home/user";
|
homeDirectory = "/home/user";
|
||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
sessionVariables = { EDITOR = "micro"; };
|
sessionVariables = {
|
||||||
|
EDITOR = "micro";
|
||||||
|
TZ = "America/Bahia";
|
||||||
|
};
|
||||||
file = {
|
file = {
|
||||||
".config/starship.toml".source =
|
".config/starship.toml".source =
|
||||||
"${inputs.dotfiles}/.config/starship.toml";
|
"${inputs.dotfiles}/.config/starship.toml";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue