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

11 lines
126 B
Nix

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