Files
nix/home/modules/docker/default.nix

8 lines
65 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
dive
];
}