🚚 refactor(languages): Separate out programming env config

This commit is contained in:
punkfairie 2024-11-03 21:41:00 -08:00
parent 090954cd94
commit db0f991fe1
5 changed files with 9 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
];
}

View file

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