diff --git a/flake.nix b/flake.nix index ccf0e9e..40bf1cc 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ substituters = [ "https://cache.nixos.org/?priority=1&want-mass-query=true" "https://nix-community.cachix.org/?priority=10&want-mass-query=true" - "https://attic.nayeonie.com/nix-cache" + # "https://attic.nayeonie.com/nix-cache" ]; trusted-substituters = [ "https://cache.nixos.org" diff --git a/users/alice/home/doom/custom.el b/users/alice/home/doom/custom.el index bf6b266..d8d1224 100644 --- a/users/alice/home/doom/custom.el +++ b/users/alice/home/doom/custom.el @@ -22,6 +22,6 @@ (setq! lsp-nix-nil-max-mem 20000) (setq! lsp-nix-nil-formatter ["nixfmt"]) -(add-hook 'python-mode-hook (lambda () - (require 'sphinx-doc) - (sphinx-doc-mode t))) +;; (add-hook 'python-mode-hook (lambda () +;; (require 'sphinx-doc) +;; (sphinx-doc-mode t)))