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

11 lines
126 B
Nix
Raw Normal View History

2023-02-01 11:38:23 +00:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
appimage-run
deloy-rs
nil
nix-prefetch-git
nixfmt
];
}