nix

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

commit 1de0196b8c5700ffae24ffe5093e94f8b07e144a
parent 6b4b0fabdd020bfdd8c4918f5fe4fb22846be210
Author: mtmn <miro@haravara.org>
Date:   Sun, 28 Jun 2026 00:38:50 +0200

void: install pkgs, cleanup, etc.

Diffstat:
Mhosts/void/default.nix | 7+++++++
Mhosts/void/overlays/config/magdalena/config.json.nix | 0
Mhosts/void/overlays/config/shell/rc/void | 0
Dmodules/mixins/dotfiles/config/nvim/fnl/config/leap.fnl | 27---------------------------
Mmodules/mixins/dotfiles/config/shell/rc/command_overrides | 1-
Mmodules/services/stagit.nix | 6------
6 files changed, 7 insertions(+), 34 deletions(-)

diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -55,6 +55,7 @@ got prr tig + dura ]; net = lib.concatLists [ @@ -82,6 +83,9 @@ ldns bind vnstat + gping + boring + oha ] (with python314Packages; [yt-dlp-ejs]) ]; @@ -94,6 +98,9 @@ imagemagick exiftool rubberband + coppwr + harper + av1an ]; ansible = [ 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/dotfiles/config/nvim/fnl/config/leap.fnl b/modules/mixins/dotfiles/config/nvim/fnl/config/leap.fnl @@ -1,27 +0,0 @@ -(fn safe_labels [] - (if (: (vim.fn.mode 1) :match :no?) "")) - -(fn config [] - (let [leap_fn (. (require :leap) :leap) - wtk (. (require :leap.user) :with_traversal_keys) - clever_s (wtk :s :S) - clever_t (wtk :t :T) - clever_f (wtk :f :F) - ft (fn [kwargs] - (leap_fn (vim.tbl_deep_extend :keep kwargs - {:inputlen 1 - :inclusive true - :opts {:labels "" - :safe_labels (safe_labels)}})))] - (vim.keymap.set [:n :x :o] :s (fn [] (ft {:opts clever_s}))) - (vim.keymap.set [:n :x :o] :S (fn [] (ft {:backward true :opts clever_s}))) - (vim.keymap.set [:n :x :o] :t (fn [] (ft {:offset -1 :opts clever_t}))) - (vim.keymap.set [:n :x :o] :T - (fn [] (ft {:backward true :offset 1 :opts clever_t}))) - (vim.keymap.set [:n :x :o] :f (fn [] (leap_fn {:opts clever_f})) - {:desc "leap forward"}) - (vim.keymap.set [:n :x :o] :F - (fn [] (leap_fn {:backward true :opts clever_f})) - {:desc "leap backward"}))) - -{: config} diff --git a/modules/mixins/dotfiles/config/shell/rc/command_overrides b/modules/mixins/dotfiles/config/shell/rc/command_overrides @@ -68,6 +68,5 @@ alias gdb='gdb -q' alias bazel='bazelisk' alias dmesg='dmesg -T --color=always | less -R +G' -alias pass='plass' alias pracomer='pracomer --file /tmp/pracomer.log' diff --git a/modules/services/stagit.nix b/modules/services/stagit.nix @@ -142,12 +142,6 @@ in { repos = lib.mkOption { default = {}; - example = { - myrepo = { - description = ""; - owner = "miro"; - }; - }; type = lib.types.attrsOf (lib.types.submodule { options = { description = lib.mkOption {