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

15 lines
210 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
appimage-run
<<<<<<< HEAD
deploy-rs
=======
deloy-rs
>>>>>>> f7c149b (Various changes in home-config)
nil
nix-prefetch-git
nixfmt
];
}