7 lines
102 B
Nix
7 lines
102 B
Nix
{ pkgs, ... }: {
|
|
home-manager.users.adrielus.home.packages = with pkgs;
|
|
[
|
|
nixfmt
|
|
];
|
|
}
|