add python to kemptop
This commit is contained in:
parent
82d03af80a
commit
99e04cd665
1 changed files with 15 additions and 2 deletions
|
|
@ -150,8 +150,20 @@
|
|||
jdk
|
||||
gradle
|
||||
|
||||
dconf
|
||||
gsettings-desktop-schemas
|
||||
|
||||
(pkgs.python3.withPackages (python-pkgs: with python-pkgs; [
|
||||
requests
|
||||
odfpy
|
||||
websocket-client
|
||||
selenium
|
||||
webdriver-manager
|
||||
pytest
|
||||
pytest-html
|
||||
python-dotenv
|
||||
pillow
|
||||
config
|
||||
]))
|
||||
chromedriver
|
||||
|
||||
# GUI programs
|
||||
|
||||
|
|
@ -168,6 +180,7 @@
|
|||
texstudio
|
||||
(pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true; }) { })
|
||||
google-chrome
|
||||
chromium
|
||||
tor-browser
|
||||
zathura
|
||||
vlc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue