diff --git a/nixos/modules/web-apps/laravel.nix b/nixos/modules/web-apps/laravel.nix index f721138..fceacbe 100644 --- a/nixos/modules/web-apps/laravel.nix +++ b/nixos/modules/web-apps/laravel.nix @@ -125,7 +125,7 @@ in } ]; }) - (lib.mkIf (cfg.bashAliases.enalbe == true) { + (lib.mkIf (cfg.bashAliases.enable == true) { programs.bash.shellAliases = { h = "php artisan horizon"; m = "php artisan migrate";