Skip to content

Commit

Permalink
Add languages support
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Dec 17, 2024
1 parent 0ebbd52 commit 9620123
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/home/suites/languages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ in {

config = lib.mkIf cfg.enable {
${namespace}.languages = {
python.enable = true;
javascript.enable = true;
nix.enable = true;
python.enable = true;
rust.enable = true;
};
};
}

0 comments on commit 9620123

Please sign in to comment.