refactor: move programming languages to nixos/profiles
This commit is contained in:
parent
6f8a22ab7b
commit
312d9805b6
2 changed files with 0 additions and 0 deletions
9
profiles/develop/programming/python.nix
Normal file
9
profiles/develop/programming/python.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
python310
|
||||
python39Packages.pip
|
||||
python39Packages.black
|
||||
python-language-server
|
||||
];
|
||||
}
|
5
profiles/develop/programming/racket.nix
Normal file
5
profiles/develop/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