Emacs module seems to work now... good enough for merge into master.

This commit is contained in:
Kevin Baensch 2019-11-17 23:13:50 +01:00
parent 986ca7f5cd
commit 886a3b0dc8
20 changed files with 903 additions and 94 deletions

View file

@ -21,7 +21,18 @@ with lib;
"base"
"dict"
"emacs"
"emacs::solarized-theme"
"emacs::doom-themes"
"emacs::doom-modeline"
# "emacs::solarized-theme"
"emacs::company"
"emacs::flyspell"
"emacs::flycheck"
# "emacs::powerline"
"emacs::nix-mode"
"emacs::magit"
"emacs::org"
"emacs::elpy"
# "emacs::rust"
"extra"
"cpp"
"haskell"
@ -38,6 +49,8 @@ with lib;
firewall = {
enable = true;
allowPing = true;
allowedUDPPorts = [ 24642 ];
allowedTCPPorts = [ 24642 ];
allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
};