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

12 lines
140 B
Plaintext
Raw Normal View History

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