1
Fork 0
satellite/modules/dev/nix.nix
2022-06-19 00:09:21 +03:00

7 lines
102 B
Nix

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