feat: add racket language
This commit is contained in:
parent
713b46f06f
commit
6f8a22ab7b
1 changed files with 5 additions and 0 deletions
5
users/profiles/programming/racket.nix
Normal file
5
users/profiles/programming/racket.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
racket
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue