Missing ;
This commit is contained in:
parent
6bc4f76b7e
commit
d2da2e1e6f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
programs.tmux.enable = true;
|
programs.tmux.enable = true;
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
cross="NIX_STORE=/nix/store cross"
|
cross="NIX_STORE=/nix/store cross";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
users.users.jt = {
|
users.users.jt = {
|
||||||
|
|
Loading…
Reference in a new issue