boot strapping

This commit is contained in:
2025-02-11 21:43:01 -05:00
parent 6c15bbe0a3
commit ff0f7eba26
25 changed files with 876 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
# python
poetry
python313
ruff
# nix
nix-init
nix-output-monitor
nix-prefetch
nix-tree
nixfmt-rfc-style
treefmt
];
}