Compare commits

...

2 commits

Author SHA1 Message Date
7d7d1316d9
feat(php): Set PHP aliases 2024-11-03 21:50:57 -08:00
423ad3e4ec
🚚 refactor(languages): Separate out programming env config 2024-11-03 21:46:51 -08:00
6 changed files with 17 additions and 1 deletions

View file

@ -53,6 +53,7 @@
imports = [
./appearance
./languages
./profile
./programs
./services

View file

@ -0,0 +1,8 @@
{ ... }:
{
imports = [
./javascript.nix
./go.nix
./php.nix
];
}

8
home/languages/php.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
home.shellAbbrs = {
p = "php";
pa = "php artisan";
a = "php artisan";
};
}

View file

@ -10,7 +10,6 @@
./fish.nix
./fzf.nix
./gh.nix
./go.nix
./hyfetch.nix
./lazygit.nix
./less.nix