Compare commits
3 commits
ce246b359c
...
6ece8810d6
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ece8810d6 | |||
| 289124ed03 | |||
| 5ab4f6b091 |
3 changed files with 4 additions and 3 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
|
||||
(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
|
||||
|
|
|
|||
|
|
@ -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,4 +4,5 @@
|
|||
|
||||
{
|
||||
config.services.tailscale.enable = true;
|
||||
config.services.resolved.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue