added Python

This commit is contained in:
KoenDR06 2024-04-05 14:26:11 +00:00
parent 90d90cb232
commit 1e1ed93901
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@
libreoffice libreoffice
mullvad-vpn mullvad-vpn
parsec-bin parsec-bin
python3
platformio-core platformio-core
qbittorrent qbittorrent
spotify spotify

View file

@ -28,6 +28,7 @@
# Enable programs # Enable programs
home.packages = with pkgs; [ home.packages = with pkgs; [
htop htop
python
tailscale tailscale
wakeonlan wakeonlan
]; ];