nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit a2899ee84a464c7d5860dfbc465c1086955afdae
parent df08221dc38934961de48083944b9aa5fb136b14
Author: mtmn <miro@haravara.org>
Date:   Sun, 19 Apr 2026 14:36:04 +0200

void: install packages

Diffstat:
Mhosts/void/default.nix | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -5,11 +5,13 @@ }: { home.packages = lib.concatLists (lib.attrValues (with pkgs; { core = [ + neovim eza bat fzf - pandoc + just zoxide + tmux ]; web = [ @@ -18,6 +20,7 @@ monolith newsraft vdirsyncer + khal ]; data = [ @@ -31,6 +34,7 @@ tokyocabinet dhall dhall-json + pandoc ]; vcs = [ @@ -113,6 +117,7 @@ lsp = [ gopls zls + just-lsp ]; nix = [