Fix `environment.shells`

This commit is contained in:
Whovian NTSN 2024-06-17 17:33:46 -04:00
parent 11f788fe86
commit d45704acaa
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
};
environment.shells = [
"${pkgs.zsh}"
pkgs.zsh
];
home-manager = {