This commit is contained in:
2026-02-19 13:08:11 -06:00
parent 570687deae
commit aa55dc0251
8 changed files with 70 additions and 78 deletions

View File

@@ -10,3 +10,9 @@ zstyle :compinstall filename '/home/poslop/.zshrc'
autoload -Uz compinit
compinit
reflake() {
local flake_dir="/etc/rice-flakes"
host="${1:-$(hostname -s)}"
sudo nixos-rebuild switch --flake "${flake_dir}#${host}"
}