From 6abb859b32d736371bd08fd369779987bb97bd6c Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 10 Mar 2022 13:45:46 -0500 Subject: [PATCH] Deprecate dashboard --- README.org | 10 +++++----- modules/emacs.nix | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 9bb5264..5b2b17b 100644 --- a/README.org +++ b/README.org @@ -367,11 +367,11 @@ Import this shell with ~nix-shell /etc/dotfiles/shells/python.nix~ with pkgs; mkShell { buildInputs = [ - python38Packages.pip - python38Packages.pip-tools - python38Packages.pyls-mypy - python38Packages.pyls-isort - python38Packages.pyls-black + python310Packages.pip + python310Packages.pip-tools + python310Packages.python-lsp-black + python310Packages.python-lsp-server + python310Packages.python-lsp-jsonrpc ]; shellHook = '' ''; diff --git a/modules/emacs.nix b/modules/emacs.nix index 963e5bc..d133678 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -62,7 +62,6 @@ let epkgs.desktop-environment epkgs.doom-themes epkgs.doom-modeline - epkgs.emacs-dashboard ]; };