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.

Remove zed, add claude

+7 -1
+7 -1
default-home.nix
··· 1 1 { pkgs, unstable, ... }: 2 2 { 3 + 4 + home.username = "noah"; 5 + home.homeDirectory = "/home/noah"; 6 + 3 7 home.packages = with pkgs; [ 4 8 # main tool 5 9 direnv ··· 83 87 unstable.rebar3 84 88 unstable.bun 85 89 unstable.gh 86 - #unstable.zed-editor 87 90 unstable.kraft 91 + unstable.claude-code 88 92 89 93 # Python dev tools 90 94 pyright ··· 95 99 minica 96 100 mkcert 97 101 step-cli 102 + 98 103 ]; 99 104 100 105 nix = { 106 + package = pkgs.nix; 101 107 settings = { 102 108 experimental-features = [ 103 109 "nix-command"