tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
feat: cargo-watch and cargo-expand
nel.pet
6 months ago
b702df67
c4ff07ec
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+5
1 changed file
expand all
collapse all
unified
split
modules
home
cli.nix
+5
modules/home/cli.nix
···
3
pkgs.just
4
pkgs.screen
5
pkgs.btop
0
0
0
0
0
6
];
7
}
···
3
pkgs.just
4
pkgs.screen
5
pkgs.btop
6
+
7
+
# TODO: once we refactor the home manager modules find a better place for these
8
+
# Additional cargo rust tooling
9
+
pkgs.cargo-watch
10
+
pkgs.cargo-expand
11
];
12
}