diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/shinji/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 74f3052..5c39012 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -50,6 +50,7 @@ }; development = { c = true; + lua = true; rust = true; web = true; }; |