This commit is contained in:
2025-08-06 17:20:00 +03:00
parent 28a952f6c3
commit 81f1f863d4
4 changed files with 15 additions and 5 deletions
+1
View File
@@ -20,6 +20,7 @@
nixfmt-tree
nvd
nix-du
nix-prefetch-scripts
# Lazy
lazycli
+2 -1
View File
@@ -34,7 +34,8 @@
# Extras
plasma-manager = "nix run github:nix-community/plasma-manager";
pip2nix = "nix run github:nix-community/pip2nix -- generate -r"; # https://github.com/nix-community/pip2nix
pip2nix = "nix run github:nix-community/pip2nix --"; # https://github.com/nix-community/pip2nix
pip2nix-g = "nix run github:nix-community/pip2nix -- generate -r";
json2nix = "nix run github:sempruijs/json2nix";
};
};