fix: missing ;
This commit is contained in:
parent
90f2c0a037
commit
6ce63a97f1
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ in
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
home.shellAliases = lib.mkIf zellij.enable {
|
home.shellAliases = lib.mkIf zellij.enable {
|
||||||
zjm = "zellij --layout music"
|
zjm = "zellij --layout music";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue