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