mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
Added
This commit is contained in:
parent
82ee336d74
commit
8654cb38dc
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue