diff --git a/dot_config/doom/packages.el b/dot_config/doom/packages.el index 839b83c..646b17d 100644 --- a/dot_config/doom/packages.el +++ b/dot_config/doom/packages.el @@ -25,6 +25,7 @@ ;; If you'd like to disable a package included with Doom, you can do so here ;; with the `:disable' property: ;(package! builtin-package :disable t) +(package! sly-quicklisp :disable t) ;; You can override the recipe of a built in package without having to specify ;; all the properties for `:recipe'. These will inherit the rest of its recipe diff --git a/dot_config/home-manager/home.nix b/dot_config/home-manager/home.nix index 969090d..8b4d30a 100644 --- a/dot_config/home-manager/home.nix +++ b/dot_config/home-manager/home.nix @@ -89,7 +89,7 @@ # pkgs.rust-bin.stable."1.68.0".default # pkgs.rust-bin.stable."1.68.0".rust-analyzer # pkgs.rustup - pkgs.sbcl + (pkgs.sbcl.withPackages (ps: with ps; [ agnostic-lizard alexandria serapeum slynk ])) # pkgs.source-code-pro # pkgs.stack pkgs.tokei