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

12 lines
140 B
Nix

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