Nixfiles! :3
0

Configure Feed

Select the types of activity you want to include in your feed.

Rebuild hm without nixos rb


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (Jul 7, 2026, 9:23 AM +0200) d4759771 a336e545

+1
+1
home/modules/shell/zsh.nix
··· 35 35 # Stealing these back actually! 36 36 to-dotfiles = "cd ~/.dotfiles || cd ~/dotfiles"; 37 37 urb = "jj --repository $HOME/.dotfiles git fetch && jj --repository $HOME/.dotfiles rebase --onto main@origin && rb"; 38 + hmrb = ''jj --repository "$HOME/.dotfiles" file track "$HOME/.dotfiles/."; nix run home-manager -- switch --flake "$HOME/.dotfiles#$(hostname)"''; 38 39 39 40 ls = "eza --icons"; 40 41 la = "eza --icons -a";