ooknet/home/ooks/features/essentials/imv.nix

8 lines
88 B
Nix

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