Added emacs eaf to my flake!

This commit is contained in:
Emmet 2023-05-19 20:25:57 -05:00
parent ae90cd0d8a
commit 8b3fb0123c
8 changed files with 106 additions and 10 deletions

View file

@ -2,7 +2,7 @@
{
# Python packages
home.packages = with pkgs.python310Packages; [
home.packages = with pkgs.python3Packages; [
cffi
dbus-python
wheel

View file

@ -3,7 +3,7 @@
{
home.packages = with pkgs; [
# Python setup
python310Full
python3Full
imath
pystring
];