Remove Gnome Keyring it did not help Signal and install Pandas and dotenv the way Python packages can work in NixOS
This commit is contained in:
parent
ff094d229f
commit
e0840d9273
1 changed files with 1 additions and 4 deletions
|
@ -36,7 +36,6 @@
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
git
|
git
|
||||||
git-open
|
git-open
|
||||||
gnome-keyring
|
|
||||||
gnucash
|
gnucash
|
||||||
gnumake
|
gnumake
|
||||||
kdePackages.filelight
|
kdePackages.filelight
|
||||||
|
@ -57,9 +56,7 @@
|
||||||
# nfs-utils
|
# nfs-utils
|
||||||
nix-search-cli
|
nix-search-cli
|
||||||
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
|
||||||
python3
|
(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)
|
||||||
python312Packages.pandas
|
|
||||||
python312Packages.python-dotenv
|
|
||||||
recoll
|
recoll
|
||||||
reveal-md
|
reveal-md
|
||||||
rofi
|
rofi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue