Browse Source

Deprecate dashboard

main
parent
commit
6abb859b32
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 10
      README.org
  2. 1
      modules/emacs.nix

10
README.org

@ -367,11 +367,11 @@ Import this shell with ~nix-shell /etc/dotfiles/shells/python.nix~
with pkgs; with pkgs;
mkShell { mkShell {
buildInputs = [ 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 = '' shellHook = ''
''; '';

1
modules/emacs.nix

@ -62,7 +62,6 @@ let
epkgs.desktop-environment epkgs.desktop-environment
epkgs.doom-themes epkgs.doom-themes
epkgs.doom-modeline epkgs.doom-modeline
epkgs.emacs-dashboard
]; ];
}; };

Loading…
Cancel
Save