mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-14 10:58:40 +00:00
Move entirely to Lua
This commit is contained in:
@@ -240,7 +240,6 @@
|
||||
withPython3 = true;
|
||||
|
||||
extraLuaConfig = builtins.replaceStrings ["%PYTHONENV%"] ["${pythonEnv}"] (builtins.readFile ./nvim/init.lua);
|
||||
extraConfig = builtins.readFile ./nvim/init.vim;
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
@@ -308,6 +307,7 @@
|
||||
nixpkgs.bat
|
||||
nixpkgs.pandoc
|
||||
nixpkgs.fd
|
||||
nixpkgs.sumneko-lua-language-server
|
||||
(nixpkgs.nerdfonts.override {fonts = ["FiraCode" "DroidSansMono"];})
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user