nix

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

commit a825a6d7f62531cff196f1f192ee26f72dbca421
parent 99b3ead32e83f6de13b5b753c457e498bd509080
Author: mtmn <miro@haravara.org>
Date:   Thu,  2 Jul 2026 12:01:06 +0200

updates, feeds, etc.

Diffstat:
Mflake.lock | 12++++++------
Mhosts/void/default.nix | 4----
Mhosts/void/overlays/config/shell/rc/void | 0
Mmodules/mixins/dotfiles/config/elvish/lib/aliases.elv | 3---
Mmodules/mixins/dotfiles/config/newsraft/feeds | 1+
Mmodules/mixins/dotfiles/config/shell/rc/aliased-short-names | 16+++++-----------
6 files changed, 12 insertions(+), 24 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -162,11 +162,11 @@ ] }, "locked": { - "lastModified": 1782881387, - "narHash": "sha256-HvlS1KDGXDjd1bNzzPvH1mkDJATlDAfVYfTh//wJBEA=", + "lastModified": 1782964450, + "narHash": "sha256-2rwNd77TzZ4sDDvMam0IXFXN5IfC35mifoeKS0uAc/4=", "owner": "nix-community", "repo": "home-manager", - "rev": "d32537981c036473cf6990ae03176a5d84c43b29", + "rev": "ebc87daabc8d3f595e9a8b67107eaaa8115ad582", "type": "github" }, "original": { @@ -248,11 +248,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1782821651, - "narHash": "sha256-D5jO0ME1lA9bDHnd5kVawBwItG/N4oZr3FlXmMzLec8=", + "lastModified": 1782918843, + "narHash": "sha256-ETYnV9U7Sr+A45dohzZdfCZKOss4qrTkO+wgNZNvEc0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e52c192be9d7b2c4bd4aed326c8731b35f8bb75c", + "rev": "e8273b29fe1390ec8d4603f2477357555291432e", "type": "github" }, "original": { diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -102,7 +102,6 @@ coppwr harper av1an - ostui ]; ansible = [ @@ -187,11 +186,8 @@ xnviewmp freerdp sioyek - drawy - ghostty halloy avidemux - mpv supersonic-wayland ]; 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/elvish/lib/aliases.elv b/modules/mixins/dotfiles/config/elvish/lib/aliases.elv @@ -71,9 +71,6 @@ fn khlw { khal list now 7d } fn bpp { backup -t git:pass -p } fn bnp { backup -t git:nota -p } fn brr { backup -t git:releases -p } -fn bak { |@rest| backup $@rest } -fn bakg { |@rest| backup -t git $@rest } -fn bakm { |@rest| backup -t mobius $@rest } fn nr { newsraft } fn nre { e:nvim ~/src/sr.ht/nix/modules/mixins/dotfiles/config/newsraft/feeds } diff --git a/modules/mixins/dotfiles/config/newsraft/feeds b/modules/mixins/dotfiles/config/newsraft/feeds @@ -39,6 +39,7 @@ https://www.scattered-thoughts.net/atom.xml https://romain.blogreen.org/blog/rss-short.xml https://sibexi.co/index.xml https://analognowhere.com/feed/rss.xml +https://fabiensanglard.net/rss.xml @ substack < reload-period 120 diff --git a/modules/mixins/dotfiles/config/shell/rc/aliased-short-names b/modules/mixins/dotfiles/config/shell/rc/aliased-short-names @@ -1,7 +1,7 @@ #!/bin/sh alias pws='LC_ALL=C tr -dc a-zA-Z0-9 < /dev/urandom | head -c 20; echo' -alias fg='cdg && magdalena look-file && cd -' +alias pwc='pwd | sed "s|$|/|" | wl-copy -n' alias f='magdalena look-file' alias m='mntmenu' @@ -16,7 +16,6 @@ alias tls='tmux list-sessions' alias tms="tmux display-message -p '#{session_name}'" alias mgr='magdalena grep' - alias mrd='magdalena recent-dirs' alias mrf='magdalena recent-files' @@ -34,6 +33,7 @@ alias duh='du -hs' alias dfh='df -h' alias q='sudo ' + alias lopri='nice -n 19 ionice -c2 -n7 ' alias scan='sudo nmap -n -PN -sT -sU -p-' @@ -114,6 +114,9 @@ alias chop='perl -pe chop' alias chomp='perl -pe chomp' alias ju='just' +alias sa='sshs' + +alias h='histdb' alias rnj='just run' alias dfj='just diff' @@ -124,13 +127,4 @@ alias dpj='just deploy' alias bexec='bundle exec' alias brake='bexec rake' -alias bak='backup' -alias bakg='backup -t git' -alias bakm='backup -t mobius' - alias chav='cha --visual' - -alias pwc='pwd | sed "s|$|/|" | wl-copy -n' - -alias sa='sshs' -alias h='histdb'