Merge branch 'master' of github.com:aciceri/nixfleet

This commit is contained in:
Andrea Ciceri 2022-01-19 14:24:46 +01:00
commit 8c93e5a526
No known key found for this signature in database
GPG key ID: AAFD2423608B645B
15 changed files with 78 additions and 22 deletions

View file

@ -11,6 +11,10 @@
package = pkgs.customEmacs;
};
services.emacs = {
enable = true;
};
# For some reason Hunspell dictionaries paths must be specified on Darwin
home.sessionVariables =
if pkgs.stdenv.hostPlatform.isDarwin then {
@ -34,7 +38,6 @@
ag
fd
graphviz-nox
haskell-language-server
hunspell
hunspellDicts.en_US
hunspellDicts.it_IT
@ -58,6 +61,7 @@
)
] ++ (if pkgs.system == "x86_64-linux" then [
python-language-server
haskell-language-server
] ++ (with easy-ps; [
# spago2nix
ffmpegthumbnailer