configs/emacs: add nil for nix mode

pass back isUnstable
This commit is contained in:
Aaron Bieber 2024-05-21 14:47:10 -06:00
parent ff91ecc286
commit d907c37b29
No known key found for this signature in database
3 changed files with 4 additions and 2 deletions

View File

@ -48,10 +48,11 @@ let
ispell
luaformatter
luajitPackages.lua-lsp
nil
nixpkgs-fmt
nodejs
nodePackages.prettier
nodePackages.typescript-language-server
nodejs
perlPackages.PLS
rubyPackages.solargraph
sleek

View File

@ -269,6 +269,7 @@ Magit is a awesome. Not sure what else to say about it. :P
(typescript-mode . lsp)
(elm-mode . lsp)
(perl-mode . lsp)
(nix-mode . lsp)
(lua-mode . lsp))
:commands (lsp lsp-deferred))

View File

@ -11,7 +11,7 @@ let
inherit (inputs.traygent.packages.${pkgs.system}) traygent;
inherit (inputs.beyt.packages.${pkgs.system}) beyt;
firefox = import ../configs/firefox.nix { inherit pkgs; };
myEmacs = pkgs.callPackage ../configs/emacs.nix { };
myEmacs = pkgs.callPackage ../configs/emacs.nix { inherit isUnstable; };
rage = pkgs.writeScriptBin "rage" (import ../bins/rage.nix { inherit pkgs; });
rpr =
pkgs.writeScriptBin "rpr"