framework
Stef Dunlap 11 months ago
parent f2d9f058e6
commit 6a831c0b09
  1. 1
      conf/workstation.nix
  2. 8
      home/doom.d/init.el
  3. 1
      home/kindrobot.nix

@ -94,6 +94,7 @@
qutebrowser
sops
unzip
xsel
];
# Some programs need SUID wrappers, can be configured further or are

@ -88,14 +88,14 @@
;;ansible
;;biblio ; Writes a PhD for you (citation needed)
;;debugger ; FIXME stepping through code, to help you add bugs
;;direnv
direnv
;;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 ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
;;pass ; password manager for nerds
@ -142,7 +142,7 @@
;;idris ; a language you can depend on
;;json ; At least it ain't XML
;;(java +lsp) ; the poster child for carpal tunnel syndrome
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script)
;;latex ; writing papers in Emacs has never been so fun
@ -172,7 +172,7 @@
;;solidity ; do you need a blockchain? No.
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
;;web ; the tubes
(web +lsp) ; the tubes
;;yaml ; JSON, but readable
;;zig ; C, but simpler

@ -20,6 +20,7 @@
home.file.bin = {
source = ./bin;
};
programs.direnv.enable = true;
programs.git = {
enable = true;
userName = "Stef Dunlap";

Loading…
Cancel
Save