Attempt but fail to get Pomodoro Prompt to run directly without a nix-shell
This commit is contained in:
parent
24448888ce
commit
67ed0c6a09
1 changed files with 14 additions and 1 deletions
|
@ -57,8 +57,10 @@
|
||||||
# gimp-with-plugins # Currently breaks build, but works if in nix shell solo
|
# gimp-with-plugins # Currently breaks build, but works if in nix shell solo
|
||||||
git
|
git
|
||||||
git-open
|
git-open
|
||||||
|
gtk3 # for Pomodoro Prompt
|
||||||
gnucash
|
gnucash
|
||||||
gnumake
|
gnumake
|
||||||
|
gobject-introspection # for Pomodoro Prompt
|
||||||
# handbrake # converting video, https://handbrake.fr/
|
# handbrake # converting video, https://handbrake.fr/
|
||||||
htop
|
htop
|
||||||
hunspell
|
hunspell
|
||||||
|
@ -115,7 +117,17 @@
|
||||||
php # does PHP 8.2 currently and there's php81, php83, and php84 alternatives
|
php # does PHP 8.2 currently and there's php81, php83, and php84 alternatives
|
||||||
php82Packages.composer
|
php82Packages.composer
|
||||||
# php84Packages.composer ansible_2_16
|
# php84Packages.composer ansible_2_16
|
||||||
(python3.withPackages(ps: with ps; [ numpy pandas python-dotenv ])) # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/python.section.md#environment-defined-in-etcnixosconfigurationnix-environment-defined-in-etcnixosconfigurationnix (note this is literally the last thing they wanted me to do, would rather it not be global)
|
pinta # simple image editing
|
||||||
|
(python3.withPackages(ps: with ps; [
|
||||||
|
numpy
|
||||||
|
pandas
|
||||||
|
playsound
|
||||||
|
pycairo
|
||||||
|
pygobject3
|
||||||
|
python-dotenv
|
||||||
|
pytz
|
||||||
|
tzlocal
|
||||||
|
])) # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/python.section.md#environment-defined-in-etcnixosconfigurationnix-environment-defined-in-etcnixosconfigurationnix (note this is literally the last thing they wanted me to do, would rather it not be global) but i want Pomodoro Prompt and Parse Timelogs to be able to run directly.
|
||||||
poppins
|
poppins
|
||||||
postgresql
|
postgresql
|
||||||
qrscan
|
qrscan
|
||||||
|
@ -156,6 +168,7 @@
|
||||||
vscodium
|
vscodium
|
||||||
# wcalc - command-line calculator but rink does that plus unit conversion!
|
# wcalc - command-line calculator but rink does that plus unit conversion!
|
||||||
wl-clipboard-rs
|
wl-clipboard-rs
|
||||||
|
wrapGAppsHook # for Pomodoro Prompt
|
||||||
xorg.xkill
|
xorg.xkill
|
||||||
# xpdf # Simple PDF viewer - currently marked insecure
|
# xpdf # Simple PDF viewer - currently marked insecure
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue