This commit is contained in:
Bryan Ramos 2023-06-02 16:06:06 -04:00
parent 82ee336d74
commit 8654cb38dc

View file

@ -66,7 +66,7 @@
nodejs
gcc
haskell.compiler.ghc92
ghc
cabal-install
haskellPackages.hoogle
cabal2nix
@ -92,6 +92,12 @@
# PROGRAM CONFIGS
# DIRENV
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
# NEOVIM
programs.neovim = {
enable = true;