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

View file

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