mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39: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
|
nodejs
|
||||||
gcc
|
gcc
|
||||||
|
|
||||||
haskell.compiler.ghc92
|
ghc
|
||||||
cabal-install
|
cabal-install
|
||||||
haskellPackages.hoogle
|
haskellPackages.hoogle
|
||||||
cabal2nix
|
cabal2nix
|
||||||
|
|
@ -92,6 +92,12 @@
|
||||||
|
|
||||||
# PROGRAM CONFIGS
|
# PROGRAM CONFIGS
|
||||||
|
|
||||||
|
# DIRENV
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# NEOVIM
|
# NEOVIM
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue