refactor: move programming languages to nixos/profiles

This commit is contained in:
Infinidoge 2021-09-19 19:51:15 -04:00
parent 6f8a22ab7b
commit 312d9805b6
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
python3
python310
python39Packages.pip
python39Packages.black
python-language-server
];
}

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
racket
];
}