1
Fork 0
satellite/modules/dev/nix.nix
2020-04-08 20:09:37 +03:00

8 lines
123 B
Nix

{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [
nixfmt
niv
cached-nix-shell
];
}