Compare commits
No commits in common. "6ece8810d6c9f678a9daa25bce1deb204e6e65b7" and "ce246b359c679ae9a0931bab0bc5ccac8af92d36" have entirely different histories.
6ece8810d6
...
ce246b359c
3 changed files with 3 additions and 4 deletions
|
|
@ -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 +lsp)
|
||||
docker
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -4,5 +4,4 @@
|
|||
|
||||
{
|
||||
config.services.tailscale.enable = true;
|
||||
config.services.resolved.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue