nix-configurations/home/features/coding/nix.nix

11 lines
127 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
appimage-run
deploy-rs
nil
nix-prefetch-git
nixfmt
];
}