🚚 refactor(languages): Separate out programming env config
This commit is contained in:
parent
090954cd94
commit
db0f991fe1
5 changed files with 9 additions and 1 deletions
|
@ -53,6 +53,7 @@
|
|||
|
||||
imports = [
|
||||
./appearance
|
||||
./languages
|
||||
./profile
|
||||
./programs
|
||||
./services
|
||||
|
|
8
home/languages/default.nix
Normal file
8
home/languages/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./javascript.nix
|
||||
./go.nix
|
||||
./php.nix
|
||||
];
|
||||
}
|
|
@ -10,7 +10,6 @@
|
|||
./fish.nix
|
||||
./fzf.nix
|
||||
./gh.nix
|
||||
./go.nix
|
||||
./hyfetch.nix
|
||||
./lazygit.nix
|
||||
./less.nix
|
||||
|
|
Loading…
Reference in a new issue