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: packages

+23 -7
+13
fish/config.fish
··· 55 55 set -Ux NATS_CERT /srv/nats/odin.packetlost.dev/cert.pem 56 56 set -Ux NATS_KEY /srv/nats/odin.packetlost.dev/key.pem 57 57 58 + if test -d "$HOME/.cargo" 59 + fish_add_path "$HOME/.cargo/bin" 60 + end 61 + 62 + if test -d "$HOME/.local" 63 + fish_add_path "$HOME/.local/bin" 64 + end 65 + 66 + 67 + if test -d "$HOME/.local/share/solana/install/active_release/bin" 68 + fish_add_path "$HOME/.local/share/solana/install/active_release/bin" 69 + end 70 + 58 71 # Keybindings 59 72 fish_default_key_bindings
+10 -7
noah-home.nix
··· 54 54 # Dev tools 55 55 git 56 56 #unstable.rustup 57 - unstable.rustc 58 - unstable.rust-analyzer 59 - unstable.cargo 60 - unstable.rustPlatform.rustcSrc 57 + rustc 58 + rust-analyzer 59 + cargo 60 + rustPlatform.rustcSrc 61 + ruff 62 + # Rust REPL 63 + evcxr 61 64 unstable.gcc 62 - unstable.swift 63 - unstable.swift-format 64 - unstable.sourcekit-lsp 65 + swift 66 + swift-format 67 + sourcekit-lsp 65 68 #unstable.clang 66 69 unstable.go 67 70 unstable.gopls