1
Fork 0
satellite/modules/dev/nix.nix

9 lines
139 B
Nix
Raw Normal View History

2020-04-08 18:36:58 +02:00
{ pkgs, ... }: {
2021-11-21 19:08:57 +01:00
home-manager.users.adrielus.home.packages = with pkgs;
[
nixfmt
# niv
# cached-nix-shell
];
2020-04-08 18:36:58 +02:00
}