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.

More packages

+10 -2
+9 -1
noah-home.nix
··· 29 29 stunnel 30 30 fzf 31 31 iperf3 32 + entr 32 33 33 34 # Dev tools 34 35 git ··· 59 60 unstable.harec 60 61 unstable.hare 61 62 unstable.haredo 63 + unstable.gleam 64 + unstable.flyctl 62 65 63 66 64 67 # JetBrains ··· 121 124 User git 122 125 IdentityFile ~/.ssh/id_ed25519 123 126 127 + Host misaki 128 + HostName 192.168.1.3 129 + User noah 130 + IdentityFile ~/.ssh/id_ed25519 131 + ForwardAgent yes 132 + 124 133 Host komoe 125 134 HostName 192.168.1.5 126 135 User noah 127 136 IdentityFile ~/.ssh/id_ed25519 128 137 ForwardAgent yes 129 - ProxyJump home 130 138 131 139 Host sdf 132 140 HostName tty.sdf.org
+1 -1
services.nix
··· 1 - { pkgs, ... }: 1 + { ... }: 2 2 { 3 3 # Some programs need SUID wrappers, can be configured further or are 4 4 # started in user sessions.