commit 7565909e81657fc2b3e50bd4e07b9b730fb563b6
parent 4a5d3dd1bec8d1b2f2a32ca499366f944bb9f7bd
Author: mtmn <miro@haravara.org>
Date: Sun, 3 May 2026 00:43:39 +0200
chore: rename just recipe, update corpus, void
Diffstat:
5 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -30,11 +30,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
- "lastModified": 1777761449,
- "narHash": "sha256-zyQziXCWl/9DsGGWfG2WTXHdBqgSOaw8fC/dGA1VdKY=",
+ "lastModified": 1777762231,
+ "narHash": "sha256-Ia/0AMK+wHVmslbivQEWA7PFbQN+rl7g0Lhrf/uLJEc=",
"owner": "~mtmn",
"repo": "corpus",
- "rev": "535e629478d2f99ac1f7974002999c513f3f1e4d",
+ "rev": "93b4067be293354834c6f253115d00d52ace22b6",
"type": "sourcehut"
},
"original": {
diff --git a/hosts/void/default.nix b/hosts/void/default.nix
@@ -100,7 +100,6 @@
lsp = [
zls_0_15
just-lsp
- gopls
];
nix = [
@@ -141,6 +140,11 @@
(with haskellPackages; [cabal-install hlint fourmolu])
];
+ beam = lib.concatLists [
+ (with beamMinimal28Packages; [rebar3 erlang erlang-language-platform])
+ [gleam]
+ ];
+
lua = lib.concatLists [
(with luaPackages; [fennel lua])
[fnlfmt]
@@ -163,8 +167,6 @@
other = [
babashka
- gleam
- go
nickel
];
}));
diff --git a/hosts/void/overlays/config/shell/rc/void b/hosts/void/overlays/config/shell/rc/void
Binary files differ.
diff --git a/justfile b/justfile
@@ -19,7 +19,7 @@ diff:
nix develop -c home-manager build --flake ".#$(whoami)@$(hostname)" --no-update-lock-file
nix develop -c nvd diff $HOME/.local/state/nix/profiles/home-manager ./result
-remote-diff host="nixaran":
+remdiff host="nixaran":
nix store diff-closures \
$(ssh {{ host }} readlink -f /run/current-system) \
$(nix build --no-link --print-out-paths .#nixosConfigurations.{{ host }}.config.system.build.toplevel)
diff --git a/modules/mixins/dotfiles/home/tmux.conf b/modules/mixins/dotfiles/home/tmux.conf
@@ -4,8 +4,9 @@ set -g base-index 1
setw -g pane-base-index 1
set-option -g update-environment "WAYLAND_DISPLAY DISPLAY"
+set-option -g focus-events on
-set -g default-terminal "foot"
+set -g default-terminal "tmux-256color"
set -g status-interval 30
set -g status-style fg=#e7e7e7,bg=#2f2f2f