nix

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

commit 89aadd2565bc38043e4722418b81bd12de77afd3
parent 69504807bcefb74340572abaa367c8569c673be4
Author: mtmn <miro@haravara.org>
Date:   Mon, 11 May 2026 15:47:37 +0200

chore: update aliases, update flakes, etc.

Diffstat:
Mflake.lock | 24++++++++++++------------
Mhosts/void/default.nix | 11+----------
Mhosts/void/overlays/config/shell/rc/void | 0
Mhosts/work/default.nix | 0
Mhosts/work/overlays/config/shell/overrides | 0
Mmodules/mixins/dotfiles/bin/isolate | 2--
Mmodules/mixins/dotfiles/config/shell/rc/aliased-short-names | 6+++++-
7 files changed, 18 insertions(+), 25 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -32,11 +32,11 @@ }, "locked": { "dir": "bandeno", - "lastModified": 1778357886, - "narHash": "sha256-P5Yfeb/Y9iKeT93pd7nIYmtBW+TnHSbffrT0hrZ0+Oo=", + "lastModified": 1778496303, + "narHash": "sha256-oDdTq8025xzsKiGSZjam2K1evv4T9PfFRhsfjmTm0XA=", "owner": "~mtmn", "repo": "tools", - "rev": "ac9d608a2ce57e13fd4e43ee82f4b59f144c718b", + "rev": "9c475d90375b614619a8602ffd8e23fc026e31d6", "type": "sourcehut" }, "original": { @@ -261,11 +261,11 @@ ] }, "locked": { - "lastModified": 1778365864, - "narHash": "sha256-ImoT/wqmgMImf2dAC+E0MverAdA4QXsedOeES9B7Ezw=", + "lastModified": 1778503501, + "narHash": "sha256-08L/X4/do7nET4rzidJ76eV/1r+mB7DchVpdPypsghc=", "owner": "nix-community", "repo": "home-manager", - "rev": "2f419037039a152448c5f4ae9494154753d1b399", + "rev": "85ba629c79449badf4338117c27f0ee92b4b9f1a", "type": "github" }, "original": { @@ -303,11 +303,11 @@ ] }, "locked": { - "lastModified": 1778240325, - "narHash": "sha256-d2HIS7LpfI0lgxiXCXLjxrHl3eIdNvAVexOu0xiM488=", + "lastModified": 1778393439, + "narHash": "sha256-mOtQxUjtKaPHLeoLOY/YEDctmud1X9KwJr4kE1MJ3Wc=", "owner": "nix-community", "repo": "nix-index-database", - "rev": "dd2d0e3f6ba00af01b9498f5697173bdc2524bee", + "rev": "01466c414c7357ae2ce32be4a272a7c69e94ab5f", "type": "github" }, "original": { @@ -332,11 +332,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1778274207, - "narHash": "sha256-I4puXmX1iovcCHZlRmztO3vW0mAbbRvq4F8wgIMQ1MM=", + "lastModified": 1778458615, + "narHash": "sha256-cY07EsdhBJ8tFXPzDYevgqxRev9ZLxFonuq9wmq5kwg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b3da656039dc7a6240f27b2ef8cc6a3ef3bccae7", + "rev": "c6e5ca3c836a5f4dd9af9f2c1fc1c38f0fac988a", "type": "github" }, "original": { diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -50,6 +50,7 @@ hut got git-cliff + ghstack ]; net = lib.concatLists [ @@ -112,16 +113,6 @@ lorri ]; - rust = [ - cargo-release - cargo-outdated - ]; - - php = lib.concatLists [ - [php85] - (with php85Packages; [composer]) - ]; - javascript = lib.concatLists [ [ nodejs_24 diff --git a/hosts/void/overlays/config/shell/rc/void b/hosts/void/overlays/config/shell/rc/void Binary files differ. diff --git a/hosts/work/default.nix b/hosts/work/default.nix Binary files differ. diff --git a/hosts/work/overlays/config/shell/overrides b/hosts/work/overlays/config/shell/overrides Binary files differ. diff --git a/modules/mixins/dotfiles/bin/isolate b/modules/mixins/dotfiles/bin/isolate @@ -48,8 +48,6 @@ done for p in \ "$HOME/.codex" \ - "$HOME/.claude" \ - "$HOME/.claude.json" \ "$(pwd)"; do args+=(--bind "$p" "$p") done diff --git a/modules/mixins/dotfiles/config/shell/rc/aliased-short-names b/modules/mixins/dotfiles/config/shell/rc/aliased-short-names @@ -89,7 +89,11 @@ alias yt_dlp_audio='yt-dlp --embed-thumbnail --write-thumbnail --extract-audio - alias nb='nix build' alias nd='nix develop' -alias npa='nix profile add .' + +alias np='nix profile' +alias npa='nix profile add' +alias npl='nix profile list' +alias npu='nix profile upgrade' alias hms='just --justfile ~/src/sr.ht/nix/justfile local' alias nn='~/src/sr.ht/napkins/nn'