Files
dotfiles/users/brendan/home/programs.nix
2025-02-11 21:43:01 -05:00

17 lines
211 B
Nix

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