Update lazyvim

This commit is contained in:
DashieTM 2024-07-12 02:34:45 +02:00
parent fc11a4ed7c
commit cd0bfe5cd5
10 changed files with 79 additions and 87 deletions

View file

@ -1,9 +1,11 @@
{ pkgs
, lib
, config
, ...
}:
{
imports = [
./nvim/default.nix
(import ./nvim/default.nix { inherit lib pkgs; colorscheme = config.conf.colorscheme; })
];
home.packages = with pkgs; [
@ -49,7 +51,7 @@
#haskell
haskellPackages.cabal-install
ghc
ghc
haskellPackages.haskell-language-server
#html