1 changed files with 7 additions and 10 deletions
@ -1,11 +1,8 @@
@@ -1,11 +1,8 @@
|
||||
{ pkgs, ... }: |
||||
{ |
||||
environment = { |
||||
pathsToLink = [ "/libexec" ]; |
||||
variables = { |
||||
OH_MY_ZSH = [ "${pkgs.oh-my-zsh}/share/oh-my-zsh" ]; |
||||
}; |
||||
}; |
||||
{ pkgs, ... }: { |
||||
environment = { |
||||
pathsToLink = [ "/libexec" ]; |
||||
variables = { OH_MY_ZSH = [ "${pkgs.oh-my-zsh}/share/oh-my-zsh" ]; }; |
||||
}; |
||||
|
||||
time.timeZone = "Europe/Amsterdam"; |
||||
} |
||||
time.timeZone = "Europe/Amsterdam"; |
||||
} |
||||
|
Loading…
Reference in new issue