Added emacs eaf to my flake!
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
# Python packages
|
||||
home.packages = with pkgs.python310Packages; [
|
||||
home.packages = with pkgs.python3Packages; [
|
||||
cffi
|
||||
dbus-python
|
||||
wheel
|
||||
|
@ -3,7 +3,7 @@
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Python setup
|
||||
python310Full
|
||||
python3Full
|
||||
imath
|
||||
pystring
|
||||
];
|
||||
|
Reference in New Issue
Block a user