1
Fork 0
satellite/modules/dev/nix.nix
2021-11-21 20:08:57 +02:00

9 lines
139 B
Nix

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