nix

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

commit 3345b124d1283ceef45ac194f97394801d1230c5
parent bc7636611101605d52610914921e2026d41b0c14
Author: mtmn <miro@haravara.org>
Date:   Sat, 13 Jun 2026 09:36:30 +0200

void: remove packages, add meepo

Diffstat:
Mhosts/void/default.nix | 10+++++++++-
Mhosts/void/overlays/config/magdalena/config.json.nix | 0
Mhosts/void/overlays/config/shell/rc/void | 0
Mmodules/mixins/core/default.nix | 5-----
4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -84,11 +84,15 @@ rubberband ]; + ansible = [ + ansible + ansible-lint + ]; + build = [ bazelisk bear entr - samurai buck2 skopeo sccache @@ -119,6 +123,10 @@ nixd lorri cachix + statix + deadnix + ragenix + alejandra ]; beam = lib.concatLists [ diff --git a/hosts/void/overlays/config/magdalena/config.json.nix b/hosts/void/overlays/config/magdalena/config.json.nix Binary files differ. diff --git a/hosts/void/overlays/config/shell/rc/void b/hosts/void/overlays/config/shell/rc/void Binary files differ. diff --git a/modules/mixins/core/default.nix b/modules/mixins/core/default.nix @@ -13,7 +13,6 @@ just zoxide tmux - difftastic ]; net = [ @@ -25,10 +24,6 @@ nh nvd comma - deadnix - statix - ragenix - alejandra ]; })); }