Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Add git-filter-repo to aleister

+4 -3
+4 -3
host-specific/aleister-noah.nix
··· 16 16 "nix-command" 17 17 "flakes" 18 18 ]; 19 - trusted-public-keys = [ 20 - "misaki.packetlost.dev:y5Z/utaVBozpL0UAbUQDWLjpm2sVMOoKzyG76n/167A=" 21 - ]; 19 + #trusted-public-keys = [ 20 + # "misaki.packetlost.dev:y5Z/utaVBozpL0UAbUQDWLjpm2sVMOoKzyG76n/167A=" 21 + #]; 22 22 }; 23 23 }; 24 24 home.packages = with pkgs; [ ··· 69 69 70 70 # Dev tools 71 71 git 72 + git-filter-repo 72 73 unstable.ruff 73 74 # Rust REPL 74 75 evcxr