Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

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

broke the important rust stuff into common

+4 -2
+4
.config/common.ncl
··· 5 5 "coreutils", 6 6 "b3sum", 7 7 "nushell", 8 + 9 + # Rust compiler yay 10 + "cargo", 11 + "rustc", 8 12 ]
-2
.config/dev.ncl
··· 10 10 "xh", 11 11 12 12 # Rust stuff 13 - "cargo", 14 - "rustc", 15 13 "rust-analyzer", 16 14 "rustfmt", 17 15 "clippy",