Update lazyvim
This commit is contained in:
parent
fc11a4ed7c
commit
cd0bfe5cd5
10 changed files with 79 additions and 87 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue