mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 13:21:45 -05:00
fix: Fixed typo.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user