Merge branch 'master' of git.dustinswan.com:dustinswan/dotfiles

This commit is contained in:
Dustin Swan
2023-02-10 15:08:46 -05:00
2 changed files with 21 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ in
ghc haskell-language-server hlint haskellPackages.hoogle
lua53Packages.luarocks
ispell aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science aspellDicts.fr aspellDicts.de aspellDicts.eo aspellDicts.es
fontconfig iosevka iosevka-bin
];
home.sessionVariables = {
@@ -237,11 +236,7 @@ in
withNodeJs = true;
withPython3 = true;
withRuby = true;
};
home.file.nvim = {
target = ".config/nvim/init.lua";
source = ./init.lua;
extraLuaConfig = builtins.readFile ./vim.lua;
};
programs.bat = {