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
|
@ -1,9 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
python310
|
||||
python39Packages.pip
|
||||
python39Packages.black
|
||||
python-language-server
|
||||
];
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
racket
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue