From 7d01494b87ea06ea7ce57fc61b3c7d693edd104e Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 6 Jul 2024 17:25:38 +0200 Subject: [PATCH] Remove en-science I got a non-free error. No go. --- modules/home.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/home.nix b/modules/home.nix index 451a681..0b72d57 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -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