Compare commits
3 commits
af37c0c34a
...
290ee4da08
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 290ee4da08 | ||
Evie Litherland-Smith | d0459b2024 | ||
Evie Litherland-Smith | d4c58e4698 |
2
Makefile
2
Makefile
|
@ -3,4 +3,4 @@
|
|||
HOST := $(shell hostname)
|
||||
|
||||
build:
|
||||
nix build .#nixosConfigurations.$(HOST).config.system.build.toplevel
|
||||
nix build --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
epkgs:
|
||||
with epkgs; [
|
||||
# Theme
|
||||
base16-theme
|
||||
# UI
|
||||
base16-theme
|
||||
all-the-icons
|
||||
nerd-icons
|
||||
nerd-icons-completion
|
||||
|
@ -11,12 +10,9 @@ with epkgs; [
|
|||
nerd-icons-ibuffer
|
||||
minions
|
||||
ligature
|
||||
page-break-lines
|
||||
helpful
|
||||
which-key
|
||||
ace-window
|
||||
link-hint
|
||||
diff-hl
|
||||
|
||||
# Completion
|
||||
vertico
|
||||
orderless
|
||||
|
@ -26,36 +22,33 @@ with epkgs; [
|
|||
corfu-terminal
|
||||
consult
|
||||
consult-eglot
|
||||
consult-flyspell
|
||||
embark
|
||||
embark-consult
|
||||
flyspell-correct
|
||||
tempel
|
||||
|
||||
# IDE
|
||||
treesit-auto
|
||||
magit
|
||||
forge
|
||||
flymake-popon
|
||||
apheleia
|
||||
envrc
|
||||
rainbow-delimiters
|
||||
flymake-shellcheck
|
||||
flymake-yamllint
|
||||
flymake-clippy
|
||||
flymake-eslint
|
||||
apheleia
|
||||
envrc
|
||||
rainbow-delimiters
|
||||
aggressive-indent
|
||||
markdown-mode
|
||||
pandoc-mode
|
||||
python-docstring
|
||||
nix-mode
|
||||
lua-mode
|
||||
# Writing
|
||||
|
||||
# Org + LaTeX
|
||||
org-roam
|
||||
org-noter
|
||||
citar
|
||||
citar-embark
|
||||
markdown-mode
|
||||
pandoc-mode
|
||||
auctex
|
||||
htmlize
|
||||
|
||||
# Other
|
||||
password-store
|
||||
emms
|
||||
|
|
|
@ -48,6 +48,9 @@
|
|||
randomizedDelaySec = "45min";
|
||||
flags = [
|
||||
"--accept-flake-config"
|
||||
"--keep-going"
|
||||
"--max-jobs"
|
||||
"1"
|
||||
"--option"
|
||||
"extra-binary-caches"
|
||||
"https://nix.xenia.me.uk"
|
||||
|
|
Loading…
Reference in a new issue