mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
boot strapping
This commit is contained in:
16
users/brendan/home/programs.nix
Normal file
16
users/brendan/home/programs.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user