Files

7 lines
116 B
Nix

{ pkgs, ... }:
{
# Skript verwendet nur stdlib, daher nur Python Interpreter
languages.python.enable = true;
}