nix

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

commit 79dea1baf2c7b4d56507e1395871f5b0f682a285
parent 4d7b2006196013ec63dddacf398c35b9a5d08810
Author: mtmn <miro@haravara.org>
Date:   Sun,  5 Jul 2026 18:13:12 +0200

nix aliases, bump default version, etc.

Diffstat:
Mflake.lock | 6+++---
Mhack/install_anywhere | 2+-
Mhome.nix | 1+
Mjustfile | 2+-
Mmodules/mixins/dotfiles/config/shell/rc/aliased-short-names | 18+++++++++---------
5 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -248,11 +248,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1783214977, - "narHash": "sha256-0lkauQbtrljJqwtzTCILPAiHAJyMvn6XDo264moDv30=", + "lastModified": 1783247743, + "narHash": "sha256-9b2xGt5CAd6WriPJOZs/EYXq9fGVCeoisYo1P3nhL2Y=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6edbf1a6a03e75886a6609c088801a0856449e88", + "rev": "c4013e501c048ae7c4a8940c92837636042bf6c3", "type": "github" }, "original": { diff --git a/hack/install_anywhere b/hack/install_anywhere @@ -27,7 +27,7 @@ if [[ ! -f "$HOST_DIR/configuration.nix" ]]; then networking.hostName = "$HOST_TARGET"; boot.loader.grub.enable = true; boot.loader.grub.device = "nodev"; - system.stateVersion = "26.05"; + system.stateVersion = "26.11"; } EOF git add "$HOST_DIR/configuration.nix" diff --git a/home.nix b/home.nix @@ -51,6 +51,7 @@ experimental-features = ["nix-command" "flakes"]; substituters = lib.mkDefault (import ./lib/nix-cache.nix).substituters; trusted-public-keys = lib.mkDefault (import ./lib/nix-cache.nix).trusted-public-keys; + builders-use-substitutes = true; }; gc = { automatic = true; diff --git a/justfile b/justfile @@ -9,7 +9,7 @@ check: deploy host: @backup git:nix - NH_ELEVATION_STRATEGY=none nh os switch . --hostname {{ host }} --target-host root@{{ host }} --build-host root@furion + NH_ELEVATION_STRATEGY=none nh os switch . --hostname {{ host }} --target-host root@{{ host }} --build-host root@{{ host }} home: -@backup git:nix diff --git a/modules/mixins/dotfiles/config/shell/rc/aliased-short-names b/modules/mixins/dotfiles/config/shell/rc/aliased-short-names @@ -73,9 +73,6 @@ alias bpp='backup git:pass -p' alias bnp='backup git:nota -p' alias brr='backup git:releases -p' -alias nr='newsraft' -alias nre='vim ~/src/sr.ht/nix/modules/mixins/dotfiles/config/newsraft/feeds' - alias cbd='cargo build' alias cbr='cargo build --release' alias cip='cargo install --path' @@ -90,7 +87,8 @@ alias apc='ansible-playbook --check --diff' alias yt_dlp_audio_url='yt-dlp -f bestaudio -g' alias yt_dlp_audio='yt-dlp --embed-thumbnail --write-thumbnail --extract-audio --audio-format mp3 --audio-quality 0' -alias nd='nix develop' +alias nds='nix develop' +alias nbr='nix build --builders ssh://root@furion' alias hms='just --justfile ~/src/sr.ht/nix/justfile home' alias hmd='just --justfile ~/src/sr.ht/nix/justfile diff' @@ -104,8 +102,11 @@ alias amsp='mpva https://radio.stereoscenic.com/asp-s --no-resume-playback' alias nts1='mpva https://stream-relay-geo.ntslive.net/stream --no-resume-playback' alias nts2='mpva https://stream-relay-geo.ntslive.net/stream2 --no-resume-playback' +alias nre='vim ~/src/sr.ht/nix/modules/mixins/dotfiles/config/newsraft/feeds' + +alias chav='cha --visual' alias mf='monofetch' -alias sr='speedread -w 400' +alias nr='newsraft' alias jlr='jless --mode line' alias scr='source ./hack/creds-from-pass' @@ -115,7 +116,6 @@ alias chomp='perl -pe chomp' alias ju='just' alias sa='sshs' - alias h='histdb' alias rnj='just run' @@ -127,11 +127,11 @@ alias dpj='just deploy' alias bexec='bundle exec' alias brake='bexec rake' -alias chav='cha --visual' - +alias bor='boring' alias borl='boring list' alias boro='boring open' alias borc='boring close' - +alias boroa='boring open -a' alias borog='boring open -g' +alias borca='boring close -a' alias borcg='boring close -g'