The general configuration of my development environment and many other general computer things.
0
fork

Configure Feed

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

Update Home Manager Nix packages using topgrade

+1 -1
+1 -1
shared/home-manager.nix
··· 194 194 misc.cleanup = true; 195 195 misc.no_retry = true; 196 196 pre_commands = { 197 - "Home Manager" = "nix flake update ~/nix-config/ && ~/nix-config/bin/build"; 197 + "Home Manager" = "(cd ~/nix-config/ && nix flake update) && ~/nix-config/bin/build"; 198 198 }; 199 199 }; 200 200 };