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

12 lines
140 B
Nix
Raw Permalink Normal View History

2023-02-01 11:38:23 +00:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
appimage-run
2023-02-05 13:36:38 +00:00
deploy-rs
2023-02-01 11:38:23 +00:00
nil
nix-prefetch-git
nixfmt
2023-06-27 10:35:30 +00:00
rnix-lsp
2023-02-01 11:38:23 +00:00
];
}