Added emacs eaf to my flake!

This commit is contained in:
Emmet
2023-05-19 20:25:57 -05:00
parent cff62ddb23
commit 0361a01446
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
];