fix: Fixed typo.

This commit is contained in:
Spencer Brower
2022-11-03 10:31:25 -04:00
parent 798fee6e0d
commit 98bba25544

View File

@@ -125,7 +125,7 @@ in
} }
]; ];
}) })
(lib.mkIf (cfg.bashAliases.enalbe == true) { (lib.mkIf (cfg.bashAliases.enable == true) {
programs.bash.shellAliases = { programs.bash.shellAliases = {
h = "php artisan horizon"; h = "php artisan horizon";
m = "php artisan migrate"; m = "php artisan migrate";