Compare commits

...

3 commits

3 changed files with 4 additions and 3 deletions

View file

@ -90,13 +90,13 @@
biblio ; Writes a PhD for you (citation needed)
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
direnv
docker
(docker +lsp)
editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
lookup ; navigate your code and its documentation
lsp ; M-x vscode
(lsp) ; M-x vscode
(magit +forge) ; a git porcelain for Emacs
make ; run make tasks from Emacs
pass ; password manager for nerds

View file

@ -77,8 +77,8 @@ in
};
defaultGateway = "195.90.208.1";
nameservers = [
"1.1.1.1"
"8.8.8.8"
"8.8.4.4"
];
firewall = {
allowedTCPPorts = [

View file

@ -4,4 +4,5 @@
{
config.services.tailscale.enable = true;
config.services.resolved.enable = true;
}