Fix mkDefault issue
This commit is contained in:
parent
e8183c685b
commit
94cf550ea4
1 changed files with 1 additions and 4 deletions
|
|
@ -48,10 +48,7 @@ in {
|
||||||
sessionVariables.EDITOR = "vim";
|
sessionVariables.EDITOR = "vim";
|
||||||
sessionVariables.SHELL = "/etc/profiles/per-user/${username}/bin/zsh";
|
sessionVariables.SHELL = "/etc/profiles/per-user/${username}/bin/zsh";
|
||||||
|
|
||||||
packages = lib.mkDefault (
|
packages = stable-packages ++ unstable-packages;
|
||||||
stable-packages
|
|
||||||
++ unstable-packages
|
|
||||||
);
|
|
||||||
|
|
||||||
file.".ssh/known_hosts" = {
|
file.".ssh/known_hosts" = {
|
||||||
text = joinedString;
|
text = joinedString;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue