Compare commits

...

3 commits

Author SHA1 Message Date
87fb8d82e9
cli: Install git-lfs
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-07-01 01:41:19 +03:00
4f0978254a
packages: Add sd
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-07-01 01:29:13 +03:00
5da8c592e9
packages: Remove cargo (provided by rustup)
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-07-01 01:26:55 +03:00
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{pkgs, ...}: {
programs.git = {
enable = true;
lfs.enable = true;
delta = {
enable = true;
options = {

View file

@ -37,6 +37,7 @@
fd
procs
ripgrep
sd
# DevOps
nmap
@ -63,7 +64,6 @@
watchexec
## Rust
cargo
cargo-watch
rustup