10 lines
89 B
Nix
10 lines
89 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
config = {
|
|
home.packages = with pkgs; [
|
|
dive
|
|
];
|
|
};
|
|
}
|