Compare commits

..

No commits in common. "290ee4da0854841e5cdb59db4abe256fb406470a" and "af37c0c34afd9c35b3034404ff2c1aa1d0c88daa" have entirely different histories.

3 changed files with 19 additions and 15 deletions

View file

@ -3,4 +3,4 @@
HOST := $(shell hostname)
build:
nix build --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel
nix build .#nixosConfigurations.$(HOST).config.system.build.toplevel

View file

@ -1,7 +1,8 @@
epkgs:
with epkgs; [
# UI
# Theme
base16-theme
# UI
all-the-icons
nerd-icons
nerd-icons-completion
@ -10,9 +11,12 @@ with epkgs; [
nerd-icons-ibuffer
minions
ligature
page-break-lines
helpful
which-key
ace-window
link-hint
diff-hl
# Completion
vertico
orderless
@ -22,33 +26,36 @@ with epkgs; [
corfu-terminal
consult
consult-eglot
consult-flyspell
embark
embark-consult
flyspell-correct
tempel
# IDE
treesit-auto
magit
apheleia
envrc
rainbow-delimiters
forge
flymake-popon
flymake-shellcheck
flymake-yamllint
flymake-clippy
flymake-eslint
markdown-mode
pandoc-mode
apheleia
envrc
rainbow-delimiters
aggressive-indent
python-docstring
nix-mode
lua-mode
# Org + LaTeX
# Writing
org-roam
org-noter
citar
citar-embark
markdown-mode
pandoc-mode
auctex
htmlize
# Other
password-store
emms

View file

@ -48,9 +48,6 @@
randomizedDelaySec = "45min";
flags = [
"--accept-flake-config"
"--keep-going"
"--max-jobs"
"1"
"--option"
"extra-binary-caches"
"https://nix.xenia.me.uk"