Emacs module seems to work now... good enough for merge into master.
This commit is contained in:
parent
986ca7f5cd
commit
886a3b0dc8
20 changed files with 903 additions and 94 deletions
|
@ -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; } ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue