ocaml stuff
This commit is contained in:
parent
033e8ef30e
commit
ceef325d20
1 changed files with 13 additions and 1 deletions
14
home.nix
14
home.nix
|
|
@ -51,7 +51,7 @@ in
|
||||||
(ruby_4_0.override {docSupport = true;})
|
(ruby_4_0.override {docSupport = true;})
|
||||||
rubyPackages_4_0.solargraph
|
rubyPackages_4_0.solargraph
|
||||||
rubyPackages_4_0.rubocop
|
rubyPackages_4_0.rubocop
|
||||||
elixir
|
beam27Packages.elixir_1_20
|
||||||
lua
|
lua
|
||||||
#sageWithDoc
|
#sageWithDoc
|
||||||
zls
|
zls
|
||||||
|
|
@ -158,6 +158,12 @@ in
|
||||||
".scryerrc".text = ''
|
".scryerrc".text = ''
|
||||||
:- use_module(library(clpz)).
|
:- use_module(library(clpz)).
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
".ocamlinit".text = ''
|
||||||
|
#require "core.top";;
|
||||||
|
#require "ppx_jane";;
|
||||||
|
open Base;;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
|
|
@ -496,6 +502,12 @@ in
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
programs.opam = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue