Remove en-science

I got a non-free error. No go.
This commit is contained in:
larstvei 2024-07-06 17:25:38 +02:00
parent c2d1d11231
commit 7d01494b87

View File

@ -1,6 +1,5 @@
{ pkgs, kmonad, emacs-larstvei, ... }: {
home.packages = with pkgs; [
emacs-larstvei.defaultPackage.${pkgs.system}
kmonad.packages.${pkgs.system}.default
@ -8,7 +7,6 @@
(dpkgs: with dpkgs; [
en
en-computers
en-science
nb
]))
(python3.withPackages